On Tue, Apr 5, 2011 at 01:26, Paul Pluzhnikov <ppluzhni...@google.com> wrote: > This patch adds lightweight debug checks (if enabled by macros). > > To be applied only to google/main branch. > > Tested by buildit --run-tests. > > > > 2011-04-04 Paul Pluzhnikov <ppluzhni...@google.com> > > * libstdc++-v3/include/ext/vstring.h (revision 171950): Enable > debug checks when __google_stl_debug_string is 1. > * libstdc++-v3/include/ext/sso_string_base.h (revision 171950): > Scribble on logically-dangling storage when > __google_stl_debug_string_dangling is 1. > * libstdc++-v3/include/bits/stl_vector.h (revision 171950): > Enable debug checks when __google_stl_debug_vector is 1. > * > libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc > (revision 171950): > Adjust line number. > * > libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc > (revision 171950): > Likewise. > * > libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc > (revision 171950): > Likewise. > * > libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc > (revision 171950): > Likewise.
Remove the '(revision 171950)' strings. That's an mklog lameness :) OK with those changes. Diego.