$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-03-22 05:30:22
> As I understand using this feature requires ICU. Unfortunately, this
> is not an option for us :-(
Yes, sorry, understood.
You're probably back to writing a traits class then, it's honestly not that
hard :-) I sugest you take c_regex_traits as a starting point, change
basic_string to vector and work from there.
John.