fix doc example typo
[boost.git] / boost / algorithm / string_regex.hpp
blob6fd8ad9fa12a76d1107f1f6aeed09b70423b9559
1 // Boost string_algo library string_regex.hpp header file ---------------------------//
3 // Copyright Pavol Droba 2002-2004.
4 //
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
14 /*! \file
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