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 documentation. sl@0: * FILE regex.cpp sl@0: * VERSION see sl@0: * DESCRIPTION: Declares boost::basic_regex<> and associated sl@0: * functions and classes. This header is the main sl@0: * entry point for the template regex code. sl@0: */ sl@0: sl@0: sl@0: /* start with C compatibility API */ sl@0: sl@0: #ifndef BOOST_RE_REGEX_HPP sl@0: #define BOOST_RE_REGEX_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 sl@0: sl@0: sl@0: sl@0: