| 165 | } |
| 166 | |
| 167 | static bool testConstructFromStdString() |
| 168 | { |
| 169 | std::cout << "testConstructFromStdString()\n"; |
| 170 | return testFromStdString(stdstr); |
| 171 | } |
| 172 | |
| 173 | static bool testAssignFromStdString() |
| 174 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…