
23 Jul
2004
23 Jul
'04
2:02 a.m.
David Abrahams wrote:
This is with mingw-2.0
c:\boost\libs\test\build\../src/test_tools.cpp:37: `wcscmp' is already declared in this scope
#if defined( __GNUC__ ) && defined( BOOST_NO_CWCHAR ) namespace std { using ::wcscmp; } <===================== here #endif
There's boost/compatibility/cpp_c_headers/cwctype and boost/compatibility/cpp_c_headers/cctype. Can we use those instead and be assured of portability? Everyone seems to be reinventing workarounds for these nasty little beasts. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net