1234567891011121314151617181920212223242526272829 |
-
- #ifndef BOOST_REGEX_OBJECT_CACHE_HPP
- #define BOOST_REGEX_OBJECT_CACHE_HPP
- #include <boost/regex/config.hpp>
- #ifdef BOOST_REGEX_CXX03
- #include <boost/regex/v4/object_cache.hpp>
- #else
- #include <boost/regex/v5/object_cache.hpp>
- #endif
- #endif
|