id summary reporter owner description type status milestone component version severity resolution keywords cc 8082 Unused function w32_cat_get() in regex pjtsu John Maddock "I think w32_cat_get() in w32_regex_traits.cpp is unused by regex.[[BR]] w32_cat_get() calls LoadStringA() and LoadStringW() of USER32.dll.[[BR]] If w32_cat_get() is deleted, libboost_regex-*.lib can link to just only KERNEL32.dll.[[BR]] If w32_cat_get() remains, I think revision is necessary.[[BR]] Destination buffer of !WideCharToMultiByte() in w32_regex_traits.cpp may be shortage,[[BR]] because not a letter of all !MultiByte-!CodePages are in 2 bytes.[[BR]] Constant value '''MB_LEN_MAX''' should be instead of '''2'''.[[BR]] MB_LEN_MAX is in header.[[BR]]" Bugs closed To Be Determined regex Boost 1.53.0 Problem fixed