| 292 | } |
| 293 | |
| 294 | static bool testAssignFromStaticStringView() |
| 295 | { |
| 296 | std::cout << "testAssignFromStaticStringView()\n"; |
| 297 | cm::String str; |
| 298 | str = staticStringView; |
| 299 | return testFromStaticStringView(str); |
| 300 | } |
| 301 | |
| 302 | static bool testConstructCopy() |
| 303 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…