mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 00:50:38 +08:00
remove #include <cxxabi.h> which doesn't appear to be needed - issue #135
This commit is contained in:
Vendored
-8
@@ -3682,14 +3682,6 @@ constexpr Span<const T> MakeConstSpan(const T (&array)[N]) noexcept {
|
||||
// ---------------------------------------------------------------------------
|
||||
// layout.h
|
||||
// ---------------------------------------------------------------------------
|
||||
#if defined(__GXX_RTTI)
|
||||
#define PHMAP_INTERNAL_HAS_CXA_DEMANGLE
|
||||
#endif
|
||||
|
||||
#ifdef PHMAP_INTERNAL_HAS_CXA_DEMANGLE
|
||||
#include <cxxabi.h>
|
||||
#endif
|
||||
|
||||
namespace phmap {
|
||||
namespace priv {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user