This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: char_traits patch, round two
Benjamin Kosnik wrote:
The standard does not have direct support for strings expressed as
arrays of "unsigned char".
Yep. The standard only specifies char and wchar_t specializations for
std::char_traits.
Because of 21.1.1, p2? I always thought 21.1, p1 required the primary
template to be defined as well (not just declared). Seems like the
terminology used in the two paragraphs is kind of confused.
Martin