OSDN Git Service

2001-11-22 Stephen M. Webb <stephen@bregmasoft.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Nov 2001 19:19:23 +0000 (19:19 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Nov 2001 19:19:23 +0000 (19:19 +0000)
commit27fb25e8a0b4705977f9cf03f9d200b049c6571e
tree36bc809793f598fcd022e9374735407ff34e0669
parent3a1756e74cdc0d68188b3d4c22b8de3fef0f5b4c
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47277 138bc75d-0d04-0410-961f-82ee72b054a4
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]