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