a fix of a fix

[SVN r15278]
This commit is contained in:
Jaakko Järvi
2002-09-12 20:59:05 +00:00
parent 0a33edd21d
commit 7896766f8f

View File

@ -42,10 +42,17 @@
// use the one-arg one, which one should get with <cctype> but there seem
// to be exceptions to this.
#if !defined (BOOST_NO_STD_LOCALE)
#include <locale> // for two-arg isspace
#else
#include <cctype> // for one-arg (old) isspace
#include <ctype.h> // Metrowerks does not find one-arg isspace from cctype
#endif
namespace boost {
namespace tuples {