--- branches/development/src/utils/Predicate.hpp 2010/07/09 23:08:25 1465 +++ branches/development/src/utils/Predicate.hpp 2012/09/06 19:44:06 1794 @@ -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); }