$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-03-15 12:41:04
> In all the routines for char_traits I added equivalents to accept char
> also (eg, I have assign(uchar& to, char& from) also )
> I didn't try to run my code on unix, but on windows wchat_t is unsigned
> short, that's why I think it worked. I'll try to run it on freebsd later.
I'm not talking about char_traits, I'm talking about regex_traits, you
shouldn't have needed the specialisation for char_traits.
John.