
10 May
2005
10 May
'05
8:56 p.m.
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. Jonathan