remove #include <cxxabi.h> which doesn't appear to be needed - issue #135

This commit is contained in:
greg
2022-03-24 09:31:39 -04:00
parent d13c5f41b5
commit 93e6e38349
-8
View File
@@ -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 {