1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/cregex.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,39 @@
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 most recent version.
1.17 + * FILE cregex.cpp
1.18 + * VERSION see <boost/version.hpp>
1.19 + * DESCRIPTION: Declares POSIX API functions
1.20 + * + boost::RegEx high level wrapper.
1.21 + */
1.22 +
1.23 +#ifndef BOOST_RE_CREGEX_HPP
1.24 +#define BOOST_RE_CREGEX_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/cregex.hpp>
1.31 +
1.32 +#endif /* include guard */
1.33 +
1.34 +
1.35 +
1.36 +
1.37 +
1.38 +
1.39 +
1.40 +
1.41 +
1.42 +