OSDN Git Service

2002-01-02 Paolo Carlini <pcarlini@unitus.it>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Jan 2002 19:02:18 +0000 (19:02 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Jan 2002 19:02:18 +0000 (19:02 +0000)
commitc88f873075a343e54912fa071bb0b0f84479bffe
treed1fbf8608dda85b1377e0f10776e1c4d0872cd4c
parent88cf66fa22d69c7c04f2188835286f5e16424a46
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>.

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