1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/regex_fwd.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,33 @@
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_fwd.cpp
1.18 + * VERSION see <boost/version.hpp>
1.19 + * DESCRIPTION: Forward declares boost::basic_regex<> and
1.20 + * associated typedefs.
1.21 + */
1.22 +
1.23 +#ifndef BOOST_REGEX_FWD_HPP
1.24 +#define BOOST_REGEX_FWD_HPP
1.25 +
1.26 +#ifndef BOOST_REGEX_CONFIG_HPP
1.27 +#include <boost/regex/config.hpp>
1.28 +#endif
1.29 +
1.30 +#include <boost/regex/v4/regex_fwd.hpp>
1.31 +
1.32 +#endif
1.33 +
1.34 +
1.35 +
1.36 +