Determine the existence of hash_map/hash_set in gtest-port.h.

This commit is contained in:
kosak
2015-07-17 23:08:48 +00:00
parent 060b7452ec
commit fe95bc332d
3 changed files with 14 additions and 6 deletions

View File

@@ -887,7 +887,6 @@ GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(
return file_name + ":" + StreamableToString(line);
}
GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line)
: severity_(severity) {
const char* const marker =