mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
fix error when building without exception support
This commit is contained in:
Vendored
-1
@@ -773,7 +773,6 @@ template <typename T>
|
||||
#ifdef PHMAP_HAVE_EXCEPTIONS
|
||||
throw error;
|
||||
#else
|
||||
PHMAP_RAW_LOG(FATAL, "%s", error.what());
|
||||
std::abort();
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user