Closed codemercenary closed 8 years ago
This routine prints context member names directly. If the name happens to be nullptr, this causes an exception. Add a test and fix this mistake.
Unit test passes, looks good.
This routine prints context member names directly. If the name happens to be nullptr, this causes an exception. Add a test and fix this mistake.