This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]