]> gcc.gnu.org Git - gcc.git/commit
2018-06-05 François Dumont <fdumont@gcc.gnu.org>
authorFrançois Dumont <fdumont@gcc.gnu.org>
Tue, 5 Jun 2018 05:47:44 +0000 (05:47 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Tue, 5 Jun 2018 05:47:44 +0000 (05:47 +0000)
commitd31238cfde0b9e89a4b24e5d37c81aa55d54494b
tree84c1cab69826e9e457f2c0e0adec851039f3544a
parentca6f2936ccd5da3efe5b387fbfc2d51a7b3d0364
2018-06-05  François Dumont  <fdumont@gcc.gnu.org>

* include/bits/stl_tempbuf.h
(_Temporary_buffer(_FwdIte, _FwdIte)): Delete, replaced by...
(_Temporary_buffer(_FwdIte, size_type)): ...this, new.
* include/ext/memory (temporary_buffer<>(_FwdIte, _FwdIte)): Adapt.
* include/bits/stl_algo.h (__stable_partition): Adapt.
(__inplace_merge): Adapt.
(__stable_sort): Adapt.

From-SVN: r261181
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/include/bits/stl_tempbuf.h
libstdc++-v3/include/ext/memory
This page took 0.053349 seconds and 5 git commands to generate.