Boost logo

Boost :

From: Joel de Guzman (joel_at_[hidden])
Date: 2004-07-22 21:02:25


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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk