1234567891011121314151617181920212223242526272829303132 |
-
-
- #ifndef BOOST_REGEX_PENDING_UNICODE_ITERATOR_HPP
- #define BOOST_REGEX_PENDING_UNICODE_ITERATOR_HPP
- #include <boost/regex/config.hpp>
- #if defined(BOOST_REGEX_CXX03)
- #include <boost/regex/v4/unicode_iterator.hpp>
- #else
- #include <boost/regex/v5/unicode_iterator.hpp>
- #endif
- #endif
|