-
Use std::string for TBD/missing functionality reporting. · cb3236d9Lei Zhang authored
We can have multiple instances of the same string, so comparing const char* is not guaranteed working. Fixed the failure on VS 2013 with Debug build.
cb3236d9
×
We can have multiple instances of the same string, so comparing const char* is not guaranteed working. Fixed the failure on VS 2013 with Debug build.