os/ossrv/ossrv_pub/boost_apis/boost/xpressive/xpressive.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/xpressive/xpressive.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +///////////////////////////////////////////////////////////////////////////////
     1.5 +/// \file xpressive.hpp
     1.6 +/// Includes all of xpressive including support for both static and
     1.7 +/// dynamic regular expressions.
     1.8 +//
     1.9 +//  Copyright 2004 Eric Niebler. Distributed under the Boost
    1.10 +//  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 +#ifndef BOOST_XPRESSIVE_HPP_EAN_10_04_2005
    1.14 +#define BOOST_XPRESSIVE_HPP_EAN_10_04_2005
    1.15 +
    1.16 +// MS compatible compilers support #pragma once
    1.17 +#if defined(_MSC_VER) && (_MSC_VER >= 1020)
    1.18 +# pragma once
    1.19 +#endif
    1.20 +
    1.21 +#include <boost/xpressive/xpressive_static.hpp>
    1.22 +#include <boost/xpressive/xpressive_dynamic.hpp>
    1.23 +
    1.24 +#endif