From 7896766f8f0d9b62320853c4b23373d81a9b812c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Thu, 12 Sep 2002 20:59:05 +0000 Subject: [PATCH] a fix of a fix [SVN r15278] --- include/boost/tuple/tuple_io.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/boost/tuple/tuple_io.hpp b/include/boost/tuple/tuple_io.hpp index 82849d9..5ca9e8e 100644 --- a/include/boost/tuple/tuple_io.hpp +++ b/include/boost/tuple/tuple_io.hpp @@ -42,10 +42,17 @@ // use the one-arg one, which one should get with but there seem // to be exceptions to this. +#if !defined (BOOST_NO_STD_LOCALE) + #include // for two-arg isspace + +#else + #include // for one-arg (old) isspace #include // Metrowerks does not find one-arg isspace from cctype +#endif + namespace boost { namespace tuples {