]> git.ipfire.org Git - thirdparty/gcc.git/commit
stl_algobase.h (copy_n + helpers, [...]): Move to...
authorPaolo Carlini <pcarlini@unitus.it>
Wed, 2 Jan 2002 12:16:56 +0000 (13:16 +0100)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 2 Jan 2002 12:16:56 +0000 (12:16 +0000)
commitf53d0ff1433077903c2a3e805e5f0cd79163d509
treead019616814a5f2ed84eaafde669d01edf9985a9
parentd46a33b3223caf37f764ce4c26d9e293b9f26fff
stl_algobase.h (copy_n + helpers, [...]): Move to...

2002-01-02  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/stl_algobase.h (copy_n + helpers,
lexicographical_compare_3way + helpers):  Move to...
* include/ext/algorithm:  ...here.
        * include/bits/stl_uninitialized.h (uninitialized_copy_n +
        helpers):  Move to...
        * include/ext/memory:  ...here, new file.
        * include/Makefile.am (ext_headers):  Add new file.
        * include/Makefile.in:  Regenerate.
        * testsuite/ext/headers.cc:  Include <ext/memory>.
* include/backward/algobase.h:  Include <ext/memory> and
<ext/algorithm>, tweak.
        * include/ext/ropeimpl.h:  Include <ext/memory>, tweak.
* include/ext/stl_rope.h:  Include <ext/memory>, tweak.

From-SVN: r48467
libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/backward/algobase.h
libstdc++-v3/include/bits/stl_algobase.h
libstdc++-v3/include/bits/stl_uninitialized.h
libstdc++-v3/include/ext/algorithm
libstdc++-v3/include/ext/memory [new file with mode: 0644]
libstdc++-v3/include/ext/ropeimpl.h
libstdc++-v3/include/ext/stl_rope.h
libstdc++-v3/testsuite/ext/headers.cc