Boost logo

Boost :

From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2003-11-06 03:24:27


Hi,

Does anybody know what is the deal with subject compiler?
It fails to compile test_tools:
cc-1040 CC: ERROR File =
/disk2/home/tk/boost_regression/boost/libs/test/build/../src/test_tools.cpp,
Line = 192
  An identifier is expected.

      if( std::isprint( t ) )

Here what I am doing in test_tools.cpp:

#include <cctype>

# ifdef BOOST_NO_STDC_NAMESPACE
namespace std { using ::strcmp; using ::strncmp; using ::strlen; using
::isprint; }
# endif

Any suggestions?

Gennadiy.


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