|
@@ -9,11 +9,14 @@
|
|
|
|
|
|
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
|
|
// UNSUPPORTED: libcpp-no-exceptions, libcpp-no-if-constexpr
|
|
|
+// MODULES_DEFINES: _LIBCPP_DEBUG=1
|
|
|
+// MODULES_DEFINES: _LIBCPP_DEBUG_USE_EXCEPTIONS
|
|
|
|
|
|
// test container debugging
|
|
|
|
|
|
#define _LIBCPP_DEBUG 1
|
|
|
#define _LIBCPP_DEBUG_USE_EXCEPTIONS
|
|
|
+
|
|
|
#include <map>
|
|
|
#include <set>
|
|
|
#include <utility>
|