]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/ext/ropeimpl.h
stl_numeric.h (power + helpers, iota): Move to...
authorPaolo Carlini <pcarlini@unitus.it>
Thu, 3 Jan 2002 19:02:18 +0000 (20:02 +0100)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 3 Jan 2002 19:02:18 +0000 (19:02 +0000)
commit01b0d4b85a401d257d9fe091e6647800b2ccbf00
treed1fbf8608dda85b1377e0f10776e1c4d0872cd4c
parentd15a58c0f10fda3353686841a055dea7d2674d86
stl_numeric.h (power + helpers, iota): Move to...

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

* include/bits/stl_numeric.h (power + helpers, iota):  Move to...
* include/ext/numeric:  ...here, new file.
        * include/bits/stl_function.h (identity_element, unary_compose,
binary_compose, compose1, compose2, identity, select1st,
select2nd, project1st + helper, project2nd + helper,
constant_void_fun + helper, constant_unary_fun + helper,
costant_binary_fun + helper, constant0, constant1, constant2,
subtractive_rng, mem_fun1, mem_fun1_ref):  Move to...
        * include/ext/functional:  ...here, new file.
        * include/Makefile.am (ext_headers):  Add new files.
        * include/Makefile.in:  Regenerate.
        * testsuite/ext/headers.cc:  Include <ext/numeric> and
<ext/functional>.
* include/backward/algo.h:  Include <ext/numeric>, tweak.
* include/backward/function.h:  Include <ext/functional>, tweak.
        * include/ext/ropeimpl.h:  Include <ext/numeric>.

From-SVN: r48519
libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/backward/algo.h
libstdc++-v3/include/backward/function.h
libstdc++-v3/include/bits/stl_function.h
libstdc++-v3/include/bits/stl_numeric.h
libstdc++-v3/include/ext/functional [new file with mode: 0644]
libstdc++-v3/include/ext/numeric [new file with mode: 0644]
libstdc++-v3/include/ext/ropeimpl.h
libstdc++-v3/testsuite/ext/headers.cc