[EMAIL PROTECTED] wrote:
>> From: Edward Diener [mailto:[EMAIL PROTECTED]
>>
>> More than a month ago I posted a correction to the tokenizer
>> documentation
>> to which no one replied:
>
> Sorry about that.
>
>> "The Tokenizer documentation for char_separator tokenizer
>> function states
>> that the default argument for the second template type is
>> "char_traits<char>". This is incorrect. The source code in
>> token_functions.hpp clearly shows that the default argument is
>> "std::basic_string<Char>::traits_type". Could this please be
>> corrected ?"
>
> I don't think that the documentation should change (not counting the
> change from char to Char), but rather the implementation.
> std::basic_string<Char>::traits_type will always be
> std::char_traits<Char>. If there are no objections to this (there
> might have been some compiler
> issue that justified the code, although there's no such indication in
> the
> CVS history), I'll change token_functions.hpp accordingly.

You will probably want to change escaped_list_separator in the same way.



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to