Jean-Pierre Chrétien wrote:

> As the test in docstring.h is:
> #if SIZEOF_WCHAR_T != 4 && defined(__GNUC__) && defined(__GNUC_MINOR__) &&
> __GNUC__ == 3 && __GNUC_MINOR__ < 4
> 
> the char_traits are not created if SIZEOF_WCHAR_T == 4, which is the case.
> It seems that there should be an || operator in the #if, or just remove
> the wchar test to create the templates for gcc 3.3 and under,

No, they should not be created for gcc 3.3 unconditionally, since gcc
normally has them already.

> Sorry, I can't test your changes here any more, gcc upgrade is done...

Then it will stay as it is.


Georg

Reply via email to