$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-12-10 05:51:17
> 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.