list_capacity.cc: New file.
authorStephen M. Webb <stephen@bregmasoft.com>
Thu, 22 Nov 2001 19:19:23 +0000 (19:19 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 22 Nov 2001 19:19:23 +0000 (19:19 +0000)
commit1fc610939a651cf4a5f8138b7a35abd8cf62497e
tree36bc809793f598fcd022e9374735407ff34e0669
parent60f4621c9af2e74db77e26265c0e0d87431e66fc
list_capacity.cc: New file.

2001-11-22  Stephen M. Webb  <stephen@bregmasoft.com>

        * testsuite/23_containers/list_capacity.cc: New file.
        * testsuite/23_containers/list_ctor.cc: New file.
        * testsuite/23_containers/list_modifiers.cc: New file.
        * testsuite/23_containers/list_operators.cc: New file.

2001-11-22  Stephen M. Webb  <stephen@bregmasoft.com>

* include/bits/stl_list.h: Reformatted according to C++STYLE rules.
(size): Replaced nonstandard distance() call with the standard one.
(transfer): Uglified to _M_transfer.

From-SVN: r47277
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_list.h
libstdc++-v3/testsuite/23_containers/list_capacity.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list_ctor.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list_modifiers.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list_operators.cc [new file with mode: 0644]