Warning, file /include/boost/algorithm/string/config.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #ifndef BOOST_STRING_CONFIG_HPP
0012 #define BOOST_STRING_CONFIG_HPP
0013
0014 #include <boost/config.hpp>
0015 #include <boost/detail/workaround.hpp>
0016
0017 #ifdef BOOST_STRING_DEDUCED_TYPENAME
0018 # error "macro already defined!"
0019 #endif
0020
0021 #define BOOST_STRING_TYPENAME BOOST_DEDUCED_TYPENAME
0022
0023
0024 #if BOOST_WORKAROUND(__MWERKS__, <= 0x3003)
0025 #pragma parse_func_templ off
0026 #endif
0027
0028 #endif