
11 Apr
2004
11 Apr
'04
1:50 a.m.
I am seeing these errors when compiling with como-win32:
"c:\boost\libs/test/src/execution_monitor.cpp", line 42: error #735: using-declaration of function "strlen(const char *) C" conflicts with function "std::strlen(const char *)" (declared at line 30 of "c:/tools/como433\libcomo\cnames/cstring") namespace std { using ::strlen; using ::strncat; } ^
"c:/tools/como433\libcomo\cnames/cstring", line 30: error #247: function "std::strlen" has already been defined extern "C++" inline size_t strlen(const char *arg) { return ::strlen(arg); } ^
Why does BOOST_NO_STDC_NAMESPACE gets defined then? Gennadiy.