10 Dec
2004
10 Dec
'04
10:51 a.m.
Or do the regex library support both, native wchar_t support and the mapping to unsigned short? In the header regex_traits.hpp I saw some wrappers to "redirects calls to cpp_regex_traits<unsigned short> to cpp_regex_traits<__wchar_t>".
It supports both, provided you build with wchar_t support turned on, I'll admit it's a complete hack though (the next revision will be a lot saner in this respect). John.