///////////////////////////////////////////////////////
| 128 | |
| 129 | //////////////////////////////////////////////////////////// |
| 130 | U8StringCharTraits::int_type U8StringCharTraits::eof() noexcept |
| 131 | { |
| 132 | return std::char_traits<char>::eof(); |
| 133 | } |
| 134 | |
| 135 | |
| 136 | //////////////////////////////////////////////////////////// |
no test coverage detected