os/ossrv/ossrv_pub/boost_apis/boost/regex/regex_traits.hpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/regex/regex_traits.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,35 @@
     1.4 +/*
     1.5 + *
     1.6 + * Copyright (c) 1998-2002
     1.7 + * John Maddock
     1.8 + *
     1.9 + * Use, modification and distribution are subject to the 
    1.10 + * Boost Software License, Version 1.0. (See accompanying file 
    1.11 + * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
    1.12 + *
    1.13 + */
    1.14 + 
    1.15 + /*
    1.16 +  *   LOCATION:    see http://www.boost.org for most recent version.
    1.17 +  *   FILE         regex_traits.hpp
    1.18 +  *   VERSION      see <boost/version.hpp>
    1.19 +  *   DESCRIPTION: Declares regular expression traits classes.
    1.20 +  */
    1.21 +
    1.22 +#ifndef BOOST_REGEX_TRAITS_HPP
    1.23 +#define BOOST_REGEX_TRAITS_HPP
    1.24 +
    1.25 +#ifndef BOOST_REGEX_CONFIG_HPP
    1.26 +#  include <boost/regex/config.hpp>
    1.27 +#endif
    1.28 +
    1.29 +#  ifndef BOOST_REGEX_TRAITS_HPP_INCLUDED
    1.30 +#     include <boost/regex/v4/regex_traits.hpp>
    1.31 +#  endif
    1.32 +
    1.33 +#endif // include
    1.34 +
    1.35 +
    1.36 +
    1.37 +
    1.38 +