From 5a546995787d679df8a372d99f00479063e43ba2 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 4 Jun 2014 04:49:49 +0000 Subject: [PATCH] Add a note about debug mode being non-functional git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@210162 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/debug_mode.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/debug_mode.html b/www/debug_mode.html index 64747829..943c47db 100644 --- a/www/debug_mode.html +++ b/www/debug_mode.html @@ -11,6 +11,11 @@ Work is beginning on a libc++ debug mode. The purpose of this table is to record which parts of libc++ have debug mode support.

+

+Note: Debug mode is currently not functional. Defining _LIBCPP_DEBUG will result +in fairly nasty compile errors. +

+ @@ -151,6 +156,7 @@ At present the table is known to not be a complete list. It is currently ordere in approximate priority order.

+

Last Updated: 3-June-2014

Section