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