
11 May
2005
11 May
'05
7:47 a.m.
On Tue, May 10, 2005 at 02:56:21PM -0600, Jonathan Turkanis wrote:
Pavol Droba wrote:
However I can see a way how to resolve a problem with future unicode character classes. Simple trait class can do the job nicely.
This works if the designated character types are classes, or new integral types. But if they're typedefs for existing types, e.g. unsigned int, traits classes won't be able to determine the intended use.
That's true. Maybe a proposed "strong typedef" can help here in the furure. Pavol