| 238 | } |
| 239 | |
| 240 | static bool testConstructFromBuffer() |
| 241 | { |
| 242 | std::cout << "testConstructFromBuffer()\n"; |
| 243 | cm::String const str(cstr, 3); |
| 244 | return testFromCStr(str); |
| 245 | } |
| 246 | |
| 247 | static bool testConstructFromInputIterator() |
| 248 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…