numeric_limits

Benjamin Kosnik bkoz@redhat.com
Tue Sep 24 21:15:00 GMT 2002


> +
> + #if _GLIBCPP_USE_WCHAR_T
> + #include <wchar.h>
> + #endif //_GLIBCPP_USE_WCHAR_T
> +

could be

#include <cwchar>



More information about the Libstdc++ mailing list