--- trunk/src/utils/Predicate.hpp 2005/12/16 18:26:41 816 +++ trunk/src/utils/Predicate.hpp 2012/08/30 17:18:22 1790 @@ -18,7 +18,7 @@ # define USE_FACET(Type, loc) std::use_facet< Type >(loc) #endif -namespace oopse { +namespace OpenMD { template struct PredFacade{}; @@ -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); }