diff options
author | Paolo Carlini <pcarlini@unitus.it> | 2002-01-03 20:02:18 +0100 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2002-01-03 19:02:18 +0000 |
commit | 01b0d4b85a401d257d9fe091e6647800b2ccbf00 (patch) | |
tree | d1fbf8608dda85b1377e0f10776e1c4d0872cd4c /libstdc++-v3/testsuite/ext/headers.cc | |
parent | d15a58c0f10fda3353686841a055dea7d2674d86 (diff) | |
download | gcc-01b0d4b85a401d257d9fe091e6647800b2ccbf00.zip gcc-01b0d4b85a401d257d9fe091e6647800b2ccbf00.tar.gz gcc-01b0d4b85a401d257d9fe091e6647800b2ccbf00.tar.bz2 |
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
Diffstat (limited to 'libstdc++-v3/testsuite/ext/headers.cc')
-rw-r--r-- | libstdc++-v3/testsuite/ext/headers.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/ext/headers.cc b/libstdc++-v3/testsuite/ext/headers.cc index bc7f8b2..f63b4ab 100644 --- a/libstdc++-v3/testsuite/ext/headers.cc +++ b/libstdc++-v3/testsuite/ext/headers.cc @@ -24,10 +24,12 @@ // subdirectory that are meant to be directly included. #include <ext/algorithm> +#include <ext/functional> #include <ext/hash_map> #include <ext/hash_set> #include <ext/iterator> #include <ext/memory> +#include <ext/numeric> #include <ext/rope> #include <ext/slist> |