|
Boost : |
From: Thomas Witt (witt_at_[hidden])
Date: 2002-05-16 15:27:08
John,
>From cpp....cpp line 238+
// load any custom collate names:
//
// for some reason Borland C++ Builder 6 won't let us use
// std::isspace(char, std::locale) unless we call it
// unqualifed - weird.
//
#if defined(__BORLANDC__) && (__BORLANDC__ == 0x560)
using namespace std;
# define BOOST_REGEX_STD
#else
# define BOOST_REGEX_STD std::
#endif
I think it might be STLPORT who is to blame here. I have to use the same
workaround on gcc-3.1/STLport-5.0-0409. 4.5.3 is fine which version is in
BCB6 ?.
Thomas
-- Dipl.-Ing. Thomas Witt Institut fuer Verkehrswesen, Eisenbahnbau und -betrieb, Universitaet Hannover voice: +49(0) 511 762 - 4273, fax: +49(0) 511 762-3001 http://www.ive.uni-hannover.de
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk