extc++.h revision 169691
1251881Speter// C++ includes used for precompiling extensions -*- C++ -*-
2251881Speter
3251881Speter// Copyright (C) 2006 Free Software Foundation, Inc.
4251881Speter//
5251881Speter// This file is part of the GNU ISO C++ Library.  This library is free
6251881Speter// software; you can redistribute it and/or modify it under the
7251881Speter// terms of the GNU General Public License as published by the
8251881Speter// Free Software Foundation; either version 2, or (at your option)
9251881Speter// any later version.
10251881Speter
11251881Speter// This library is distributed in the hope that it will be useful,
12251881Speter// but WITHOUT ANY WARRANTY; without even the implied warranty of
13251881Speter// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14251881Speter// GNU General Public License for more details.
15251881Speter
16251881Speter// You should have received a copy of the GNU General Public License along
17251881Speter// with this library; see the file COPYING.  If not, write to the Free
18251881Speter// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
19251881Speter// USA.
20251881Speter
21251881Speter// As a special exception, you may use this file as part of a free software
22251881Speter// library without restriction.  Specifically, if other files instantiate
23251881Speter// templates or use macros or inline functions from this file, or you compile
24251881Speter// this file and link it with other files to produce an executable, this
25251881Speter// file does not by itself cause the resulting executable to be covered by
26251881Speter// the GNU General Public License.  This exception does not however
27251881Speter// invalidate any other reasons why the executable file might be covered by
28251881Speter// the GNU General Public License.
29251881Speter
30251881Speter/** @file extc++.h
31251881Speter *  This is an implementation file for a precompiled header.
32251881Speter */
33251881Speter
34251881Speter#include <bits/stdtr1c++.h>
35251881Speter
36251881Speter#include <ext/algorithm>
37251881Speter#include <ext/array_allocator.h>
38251881Speter#include <ext/bitmap_allocator.h>
39251881Speter#include <ext/codecvt_specializations.h>
40262253Speter#include <ext/debug_allocator.h>
41262253Speter#include <ext/functional>
42262253Speter#include <ext/hash_map>
43262253Speter#include <ext/hash_set>
44262253Speter#include <ext/iterator>
45262253Speter#include <ext/malloc_allocator.h>
46262253Speter#include <ext/memory>
47262253Speter#include <ext/mt_allocator.h>
48262253Speter#include <ext/new_allocator.h>
49262253Speter#include <ext/numeric>
50262253Speter#include <ext/pod_char_traits.h>
51262253Speter#include <ext/pool_allocator.h>
52262253Speter#include <ext/rb_tree>
53262253Speter#include <ext/rope>
54262253Speter#include <ext/slist>
55262253Speter#include <ext/stdio_filebuf.h>
56262253Speter#include <ext/stdio_sync_filebuf.h>
57262253Speter#include <ext/typelist.h>
58251881Speter#include <ext/vstring.h>
59251881Speter#include <ext/pb_ds/assoc_container.hpp>
60251881Speter#include <ext/pb_ds/priority_queue.hpp>
61251881Speter#include <ext/pb_ds/exception.hpp>
62251881Speter#include <ext/pb_ds/hash_policy.hpp>
63251881Speter#include <ext/pb_ds/list_update_policy.hpp>
64251881Speter#include <ext/pb_ds/tree_policy.hpp>
65251881Speter#include <ext/pb_ds/trie_policy.hpp>
66251881Speter