Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:51:35

0001 /*
0002  *
0003  * Copyright (c) 1998-2002
0004  * John Maddock
0005  *
0006  * Use, modification and distribution are subject to the 
0007  * Boost Software License, Version 1.0. (See accompanying file 
0008  * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0009  *
0010  */
0011  
0012  /*
0013   *   LOCATION:    see http://www.boost.org for most recent version.
0014   *   FILE         regex_traits.hpp
0015   *   VERSION      see <boost/version.hpp>
0016   *   DESCRIPTION: Declares regular expression traits classes.
0017   */
0018 
0019 #ifndef BOOST_REGEX_TRAITS_HPP
0020 #define BOOST_REGEX_TRAITS_HPP
0021 
0022 #ifndef BOOST_REGEX_CONFIG_HPP
0023 #  include <boost/regex/config.hpp>
0024 #endif
0025 
0026 #  ifndef BOOST_REGEX_TRAITS_HPP_INCLUDED
0027 #ifdef BOOST_REGEX_CXX03
0028 #     include <boost/regex/v4/regex_traits.hpp>
0029 #else
0030 #     include <boost/regex/v5/regex_traits.hpp>
0031 #endif
0032 #  endif
0033 
0034 #endif // include
0035 
0036 
0037 
0038 
0039