| 171 | } |
| 172 | |
| 173 | static bool testAssignFromStdString() |
| 174 | { |
| 175 | std::cout << "testAssignFromStdString()\n"; |
| 176 | cm::String str; |
| 177 | str = stdstr; |
| 178 | return testFromStdString(str); |
| 179 | } |
| 180 | |
| 181 | static bool testConstructFromView() |
| 182 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…