123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #ifndef BOOST_STRING_PREDICATE_FACADE_HPP
- #define BOOST_STRING_PREDICATE_FACADE_HPP
- #include <boost/algorithm/string/config.hpp>
- namespace boost {
- namespace algorithm {
-
-
- template<typename Derived>
- struct predicate_facade {};
- }
- }
- #endif
|