fix error when building without exception support

This commit is contained in:
greg
2019-04-06 13:02:20 -04:00
parent 7cc2644fba
commit 2040fa3900
-1
View File
@@ -773,7 +773,6 @@ template <typename T>
#ifdef PHMAP_HAVE_EXCEPTIONS
throw error;
#else
PHMAP_RAW_LOG(FATAL, "%s", error.what());
std::abort();
#endif
}