]> git.ipfire.org Git - thirdparty/gcc.git/commit
stl_vector.h (vector<>::_M_get_Tp_allocator): Change to return by ref and add non...
authorPaolo Carlini <pcarlini@suse.de>
Thu, 15 Dec 2005 11:31:59 +0000 (11:31 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 15 Dec 2005 11:31:59 +0000 (11:31 +0000)
commit8d46ce6095853cebc4ea306fe0d00a4aa9758610
tree08d5ce2c899415397c7a44696145113e226c600d
parentbccef6d862166e9c58e231ba7aff09b59781d70d
stl_vector.h (vector<>::_M_get_Tp_allocator): Change to return by ref and add non const version.

2005-12-15  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_vector.h (vector<>::_M_get_Tp_allocator): Change
to return by ref and add non const version.
* include/bits/stl_deque.h (deque<>::_M_get_Tp_allocator): Likewise.

From-SVN: r108570
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_deque.h
libstdc++-v3/include/bits/stl_vector.h