source: NonGTP/Boost/boost/algorithm/string_regex.hpp @ 857

Revision 857, 769 bytes checked in by igarcia, 18 years ago (diff)
Line 
1//  Boost string_algo library string_regex.hpp header file  ---------------------------//
2
3//  Copyright Pavol Droba 2002-2004. Use, modification and
4//  distribution is subject to the Boost Software License, Version
5//  1.0. (See accompanying file LICENSE_1_0.txt or copy at
6//  http://www.boost.org/LICENSE_1_0.txt)
7
8//  See http://www.boost.org for updates, documentation, and revision history.
9
10#ifndef BOOST_STRING_ALGO_REGEX_HPP
11#define BOOST_STRING_ALGO_REGEX_HPP
12
13/*! \file
14    Cumulative include for string_algo library.
15    In addtion to string.hpp contains also regex-related stuff.
16*/
17
18#include <boost/regex.hpp>
19#include <boost/algorithm/string.hpp>
20#include <boost/algorithm/string/regex.hpp>
21
22#endif  // BOOST_STRING_ALGO_REGEX_HPP
Note: See TracBrowser for help on using the repository browser.