string_regex.hpp 730 B

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