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