///////////////////////////////////////////////////////
| 55 | |
| 56 | //////////////////////////////////////////////////////////// |
| 57 | bool U8StringCharTraits::eq(char_type c1, char_type c2) noexcept |
| 58 | { |
| 59 | return c1 == c2; |
| 60 | } |
| 61 | |
| 62 | |
| 63 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected