Ticket #1625: cpp_regex_traits.hpp.patch

File cpp_regex_traits.hpp.patch, 465 bytes (added by Takeshi Mouri <takeshi.mouri.net@…>, 15 years ago)

Patch for 1.34.1

  • cpp_regex_traits.hpp

    old new  
    117117    // Reserve some bits for the implementation
    118118    #if defined(__GLIBCXX__) && __GLIBCXX__ >= 20050209
    119119    umaskex_t const std_ctype_reserved = 0x8000;
     120    #elif defined(_CPPLIB_VER) && defined(BOOST_WINDOWS)
     121    umaskex_t const std_ctype_reserved = 0x8200;
    120122    #else
    121123    umaskex_t const std_ctype_reserved = 0;
    122124    #endif