
27 Feb
2010
27 Feb
'10
7:45 a.m.
There are two independent structs, path_traits and wpath_traits.
Yes. And this is the problem since it makes it impossible to use basic_path in the same character independent type as we can use basic_string. Can this be solved somehow? For example by making the traits a template class (dependent on the character type) and provide only two specializations for char and wchar_t? Adam Badura