| 113 | typedef std::fpos<state_type> pos_type; |
| 114 | |
| 115 | static void assign(char_type& c1, const char_type& c2) { c1 = c2; } |
| 116 | |
| 117 | static bool eq(const char_type& c1, const char_type& c2) { return c1 == c2; } |
| 118 | static bool lt(const char_type& c1, const char_type& c2) { return c1 < c2; } |
no outgoing calls
no test coverage detected