Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2003-09-21 06:41:33


> I'm aware of truncation. The code I'm working on is the string_algo
library.
> And part of it wraps regex in a specific way. In the version v3 of regex,
there
> was no restriction in the char types of regex and the container. I only
need
> to know if this feature is still supported or deprecated (I see that is
should
> be supported), so I can adjust interfaces accordingly.

I guess you could call it unofficially supported - there are two other
problem you will face:

A ton of compiler warnings.
Signed/unsigned conversion issues.

If this is a string lib shouldn't it be using character types?

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk