| 1864 | } |
| 1865 | |
| 1866 | inline size_t count_newlines(const std::string &text) |
| 1867 | { |
| 1868 | return std::count(text.begin(), text.end(), '\n'); |
| 1869 | } |
| 1870 | |
| 1871 | ////////////////////////////////////////////////////////////////////////// |
| 1872 | // tokenize |
no test coverage detected