From e933dfd56b2b1c88c8dcf4c47d7dabd4706764dd Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 11 Sep 2018 18:29:53 +0000 Subject: merge libc++ 6.0.0 (bump lib major); ok patrick@, kettenis@ --- lib/libcxx/src/debug.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libcxx/src/debug.cpp') diff --git a/lib/libcxx/src/debug.cpp b/lib/libcxx/src/debug.cpp index f2fc1ceb495..c0739275d96 100644 --- a/lib/libcxx/src/debug.cpp +++ b/lib/libcxx/src/debug.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#define _LIBCPP_DEBUG 1 #include "__config" #include "__debug" #include "functional" -- cgit v1.2.3-59-g8ed1b