--- trunk/src/utils/Predicate.hpp 2009/11/25 20:02:06 1390 +++ trunk/src/utils/Predicate.hpp 2012/08/30 17:18:22 1790 @@ -100,7 +100,7 @@ struct PredNotFunctor : public PredFacade< PredNotFunc PredT pred_; }; - inline CharClassification isSpace(const std::locale& loc=std::locale()){ + inline CharClassification isSpace(const std::locale& loc=std::locale()){ return CharClassification(std::ctype_base::space, loc); }