Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/boost/algorithm/string_regex.hpp @ 35

Last change on this file since 35 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 747 bytes
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.