$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ben Hutchings (ben.hutchings_at_[hidden])
Date: 2003-09-08 13:49:45
Is it possible to define a traits class for regex that supports
multibyte strings? I am intending to do so, but I'm unsure that it
is possible because there are several required functions that take a
parameter of type char_type, which wouldn't really hold a complete
character.