123456789101112131415161718192021222324252627282930 |
-
- #ifndef BOOST_REGEX_ICU_HPP
- #define BOOST_REGEX_ICU_HPP
- #include <boost/regex/config.hpp>
- #ifdef BOOST_REGEX_CXX03
- #include <boost/regex/v4/icu.hpp>
- #else
- #include <boost/regex/v5/icu.hpp>
- #endif
- #endif
|