Ticket #1625: cpp_regex_traits.hpp.patch
File cpp_regex_traits.hpp.patch, 465 bytes (added by , 15 years ago) |
---|
-
cpp_regex_traits.hpp
old new 117 117 // Reserve some bits for the implementation 118 118 #if defined(__GLIBCXX__) && __GLIBCXX__ >= 20050209 119 119 umaskex_t const std_ctype_reserved = 0x8000; 120 #elif defined(_CPPLIB_VER) && defined(BOOST_WINDOWS) 121 umaskex_t const std_ctype_reserved = 0x8200; 120 122 #else 121 123 umaskex_t const std_ctype_reserved = 0; 122 124 #endif