2000-04-21 22:33:34 +02:00
|
|
|
// 1999-06-23 bkoz
|
|
|
|
|
2001-03-31 22:15:43 +02:00
|
|
|
// Copyright (C) 1999, 2001 Free Software Foundation, Inc.
|
2000-04-21 22:33:34 +02:00
|
|
|
//
|
|
|
|
// This file is part of the GNU ISO C++ Library. This library is free
|
|
|
|
// software; you can redistribute it and/or modify it under the
|
|
|
|
// terms of the GNU General Public License as published by the
|
|
|
|
// Free Software Foundation; either version 2, or (at your option)
|
|
|
|
// any later version.
|
|
|
|
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
|
|
|
|
// You should have received a copy of the GNU General Public License along
|
|
|
|
// with this library; see the file COPYING. If not, write to the Free
|
|
|
|
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
|
|
|
// USA.
|
|
|
|
|
|
|
|
// extension headers
|
|
|
|
|
|
|
|
// This should include a list of all headers in the extension
|
|
|
|
// subdirectory that are meant to be directly included.
|
|
|
|
|
2001-12-28 19:46:54 +01:00
|
|
|
#include <ext/algorithm>
|
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
2002-01-03 20:02:18 +01:00
|
|
|
#include <ext/functional>
|
2000-04-21 22:33:34 +02:00
|
|
|
#include <ext/hash_map>
|
|
|
|
#include <ext/hash_set>
|
2001-12-31 20:30:24 +01:00
|
|
|
#include <ext/iterator>
|
2002-01-02 13:16:56 +01:00
|
|
|
#include <ext/memory>
|
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
2002-01-03 20:02:18 +01:00
|
|
|
#include <ext/numeric>
|
2002-01-04 18:02:28 +01:00
|
|
|
#include <ext/rb_tree>
|
2000-04-21 22:33:34 +02:00
|
|
|
#include <ext/rope>
|
|
|
|
#include <ext/slist>
|
|
|
|
|
|
|
|
int main() { }
|