| 142 | } |
| 143 | |
| 144 | static bool testAssignFromCStr() |
| 145 | { |
| 146 | std::cout << "testAssignFromCStr()\n"; |
| 147 | cm::String str; |
| 148 | str = cstr; |
| 149 | return testFromCStr(str); |
| 150 | } |
| 151 | |
| 152 | static std::string const stdstr = "abc"; |
| 153 |
nothing calls this directly
no test coverage detected
searching dependent graphs…