///////////////////////////////////////////////////////
| 41 | { |
| 42 | //////////////////////////////////////////////////////////// |
| 43 | void U8StringCharTraits::assign(char_type& c1, char_type c2) noexcept |
| 44 | { |
| 45 | c1 = c2; |
| 46 | } |
| 47 | |
| 48 | |
| 49 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected