| 75 | } |
| 76 | |
| 77 | static bool testConstructFromCStrNull() |
| 78 | { |
| 79 | std::cout << "testConstructFromCStrNull()\n"; |
| 80 | char const* null = nullptr; |
| 81 | return testFromCStrNull(null); |
| 82 | } |
| 83 | |
| 84 | static bool testAssignFromCStrNull() |
| 85 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…