llvm-project/libcxx/www
Howard Hinnant e5c13decbe Debug mode for unordered_multiset. The exercise spotted a few places I had missed on unordered_set, so I picked those up as well.
There are actually two debug modes:

   1.  -D_LIBCPP_DEBUG2 or -D_LIBCPP_DEBUG2=1
       This is a relatively expensive debug mode, but very thorough.  This is normally what you want to debug with, but may turn O(1) operations into O(N) operations.

   2.  -D_LIBCPP_DEBUG2=0
       This is "debug lite."  Only preconditions that can be checked with O(1) expense are checked.  For example range checking on an indexing operation.  But not iterator validity.

llvm-svn: 187369
2013-07-29 19:05:47 +00:00
..
atomic_design.html Bruce Mitchener: Minor typo fixes. 2013-02-15 15:37:50 +00:00
atomic_design_a.html Bruce Mitchener: Minor typo fixes. 2013-02-15 15:37:50 +00:00
atomic_design_b.html Updated atomic design docs 2010-10-08 17:36:50 +00:00
atomic_design_c.html Bruce Mitchener: Minor typo fixes. 2013-02-15 15:37:50 +00:00
content.css add css files, also, test commit. 2010-05-11 20:29:17 +00:00
debug_mode.html Debug mode for unordered_multiset. The exercise spotted a few places I had missed on unordered_set, so I picked those up as well. 2013-07-29 19:05:47 +00:00
index.html Updated link to Marshall's instructions 2013-03-14 19:00:34 +00:00
menu.css add css files, also, test commit. 2010-05-11 20:29:17 +00:00
results.Linux.html Andrew Morrow: Among the various libc++ tests that currently don't pass on Linux are 2012-08-02 18:35:07 +00:00
results.Windows.html New Windows libc++ test results provided by Ruben Van Boxem. 2012-07-06 19:35:31 +00:00
type_traits_design.html Jean-Daniel : clang now supports all required type_traits. 2012-07-19 15:59:52 +00:00