sl@0: /* sl@0: * sl@0: * Copyright (c) 1998-2002 sl@0: * John Maddock sl@0: * sl@0: * Use, modification and distribution are subject to the sl@0: * Boost Software License, Version 1.0. (See accompanying file sl@0: * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) sl@0: * sl@0: */ sl@0: sl@0: /* sl@0: * LOCATION: see http://www.boost.org/libs/regex for most recent version. sl@0: * FILE cregex.cpp sl@0: * VERSION see sl@0: * DESCRIPTION: Declares POSIX API functions sl@0: * + boost::RegEx high level wrapper. sl@0: */ sl@0: sl@0: #ifndef BOOST_RE_CREGEX_HPP sl@0: #define BOOST_RE_CREGEX_HPP sl@0: sl@0: #ifndef BOOST_REGEX_CONFIG_HPP sl@0: #include sl@0: #endif sl@0: sl@0: #include sl@0: sl@0: #endif /* include guard */ sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: