os/ossrv/ossrv_pub/boost_apis/boost/regex.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.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,37 @@
     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/libs/regex for documentation.
    1.17 +  *   FILE         regex.cpp
    1.18 +  *   VERSION      see <boost/version.hpp>
    1.19 +  *   DESCRIPTION: Declares boost::basic_regex<> and associated
    1.20 +  *                functions and classes. This header is the main
    1.21 +  *                entry point for the template regex code.
    1.22 +  */
    1.23 +
    1.24 +
    1.25 +/* start with C compatibility API */
    1.26 +
    1.27 +#ifndef BOOST_RE_REGEX_HPP
    1.28 +#define BOOST_RE_REGEX_HPP
    1.29 +
    1.30 +#ifndef BOOST_REGEX_CONFIG_HPP
    1.31 +#include <boost/regex/config.hpp>
    1.32 +#endif
    1.33 +
    1.34 +#include <boost/regex/v4/regex.hpp>
    1.35 +
    1.36 +#endif  // include
    1.37 +
    1.38 +
    1.39 +
    1.40 +