1 // Boost string_algo library string_regex.hpp header file ---------------------------//
3 // Copyright Pavol Droba 2002-2004.
5 // Distributed under the Boost Software License, Version 1.0.
6 // (See accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // See http://www.boost.org/ for updates, documentation, and revision history.
11 #ifndef BOOST_STRING_ALGO_REGEX_HPP
12 #define BOOST_STRING_ALGO_REGEX_HPP
15 Cumulative include for string_algo library.
16 In addtion to string.hpp contains also regex-related stuff.
19 #include <boost/regex.hpp>
20 #include <boost/algorithm/string.hpp>
21 #include <boost/algorithm/string/regex.hpp>
23 #endif // BOOST_STRING_ALGO_REGEX_HPP