From c36bfc499b57d826c5c08fef3d8c823a136b2492 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 16 Sep 2011 19:52:23 +0000 Subject: Doug Gregor pointed out some problems with debug mode enabled in one TU and not another. This patch helps detect those situations and offers improved error messages to help get debug mode enabled in more TU's when it is absolutely necessary to do so. Thanks Doug. llvm-svn: 139933 --- libcxx/include/__debug | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/include/__debug') diff --git a/libcxx/include/__debug b/libcxx/include/__debug index 4e80c6f8d74..e807fa5a41b 100644 --- a/libcxx/include/__debug +++ b/libcxx/include/__debug @@ -148,6 +148,7 @@ public: ::new(__n) _C_node<_Cont>(__n->__c_, __n->__next_); } + void __insert_i(void* __i); __c_node* __insert_c(void* __c); void __erase_c(void* __c); -- cgit v1.2.3