| # | 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 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |