| # | Line 18 | Line 18 | |
|---|---|---|
| 18 | # define USE_FACET(Type, loc) std::use_facet< Type >(loc) | |
| 19 | #endif | |
| 20 | ||
| 21 | < | namespace oopse { | 
| 21 | > | namespace OpenMD { | 
| 22 | ||
| 23 | template<typename Derived> | |
| 24 | struct PredFacade{}; | |
| # | Line 100 | Line 100 | struct PredNotFunctor : public PredFacade< PredNotFunc | |
| 100 | PredT pred_; | |
| 101 | }; | |
| 102 | ||
| 103 | < | inline CharClassification isSpace(const std::locale& loc=std::locale()){ | 
| 103 | > | inline CharClassification isSpace(const std::locale& loc=std::locale()){ | 
| 104 | return CharClassification(std::ctype_base::space, loc); | |
| 105 | } | |
| 106 | ||
| # | Line 0 | Line 1 | |
|---|---|---|
| 1 | + | Author Id Revision Date | 
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |