| 47 | } |
| 48 | |
| 49 | static bool testConstructFromNullPtr() |
| 50 | { |
| 51 | std::cout << "testConstructFromNullPtr()\n"; |
| 52 | return testFromNullPtr(nullptr); |
| 53 | } |
| 54 | |
| 55 | static bool testAssignFromNullPtr() |
| 56 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…