12345678910111213141516171819202122232425262728293031323334353637 |
-
- #ifndef BOOST_REGEX_FWD_HPP
- #define BOOST_REGEX_FWD_HPP
- #ifndef BOOST_REGEX_CONFIG_HPP
- #include <boost/regex/config.hpp>
- #endif
- #ifdef BOOST_REGEX_CXX03
- #include <boost/regex/v4/regex_fwd.hpp>
- #else
- #include <boost/regex/v5/regex_fwd.hpp>
- #endif
- #endif
|