| 323 | {"xdigit", ctype_base::xdigit}}; |
| 324 | |
| 325 | struct use_strcmp { |
| 326 | bool operator()(const collationnames& x, const char* y) const { return strcmp(x.elem_, y) < 0; } |
| 327 | bool operator()(const classnames& x, const char* y) const { return strcmp(x.elem_, y) < 0; } |
| 328 | }; |
| 329 | |
| 330 | } // namespace |
| 331 |
no outgoing calls
no test coverage detected