==============================================================================
| 241 | |
| 242 | //============================================================================== |
| 243 | String::String() noexcept : text (&(emptyString.text)) |
| 244 | { |
| 245 | } |
| 246 | |
| 247 | String::~String() noexcept |
| 248 | { |
nothing calls this directly
no test coverage detected