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.

Section Completed ?

vector<T>, T != bool

<list>

<unordered_set>

<unordered_map>

<string>

<set>

<map>

vector<bool>

<deque>

<forward_list>

<array>

<stack>

<queue>

<algorithm>

At present the table is known to not be a complete list. It is currently ordered in approximate priority order.

Last Updated: 3-June-2014