
23 Jul
2004
23 Jul
'04
11:13 a.m.
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.
No those headers will not compile on conforming compilers (Metrowerks and Borland spring to mind) which really do place definitions in namespace std to begin with. John.