sl@0
|
1 |
// (C) Copyright John Maddock 2005.
|
sl@0
|
2 |
// Use, modification and distribution are subject to the
|
sl@0
|
3 |
// Boost Software License, Version 1.0. (See accompanying file
|
sl@0
|
4 |
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
sl@0
|
5 |
|
sl@0
|
6 |
|
sl@0
|
7 |
#ifndef BOOST_TR1_REGEX_INCLUDED
|
sl@0
|
8 |
# define BOOST_TR1_REGEX_INCLUDED
|
sl@0
|
9 |
# define BOOST_TR1_NO_RECURSION
|
sl@0
|
10 |
# include <boost/tr1/detail/config.hpp>
|
sl@0
|
11 |
# ifdef BOOST_HAS_TR1_REGEX
|
sl@0
|
12 |
# ifdef BOOST_HAS_INCLUDE_NEXT
|
sl@0
|
13 |
# include_next BOOST_TR1_HEADER(regex)
|
sl@0
|
14 |
# else
|
sl@0
|
15 |
# include BOOST_TR1_STD_HEADER(BOOST_TR1_PATH(regex))
|
sl@0
|
16 |
# endif
|
sl@0
|
17 |
# else
|
sl@0
|
18 |
# include <boost/tr1/regex.hpp>
|
sl@0
|
19 |
# endif
|
sl@0
|
20 |
# undef BOOST_TR1_NO_RECURSION
|
sl@0
|
21 |
#endif
|
sl@0
|
22 |
|