From 2f51de568f80d1b7992ddb4a43b7328c7fb965d6 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 2 Aug 2013 17:50:49 +0000 Subject: debug mode for unordered_map. Also picked up a missing check and test in unordered_multimap. This wraps up debug mode for the unordered containers. llvm-svn: 187659 --- libcxx/include/__debug | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libcxx/include/__debug') diff --git a/libcxx/include/__debug b/libcxx/include/__debug index 4c920a7f4ae..bac580cfa80 100644 --- a/libcxx/include/__debug +++ b/libcxx/include/__debug @@ -24,6 +24,10 @@ #if _LIBCPP_DEBUG_LEVEL >= 2 +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) +#pragma GCC system_header +#endif + _LIBCPP_BEGIN_NAMESPACE_STD struct _LIBCPP_TYPE_VIS __c_node; -- cgit v1.2.3