libstdc++
|
00001 // C++ includes used for precompiling extensions -*- C++ -*- 00002 00003 // Copyright (C) 2006-2018 Free Software Foundation, Inc. 00004 // 00005 // This file is part of the GNU ISO C++ Library. This library is free 00006 // software; you can redistribute it and/or modify it under the 00007 // terms of the GNU General Public License as published by the 00008 // Free Software Foundation; either version 3, or (at your option) 00009 // any later version. 00010 00011 // This library is distributed in the hope that it will be useful, 00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 // GNU General Public License for more details. 00015 00016 // Under Section 7 of GPL version 3, you are granted additional 00017 // permissions described in the GCC Runtime Library Exception, version 00018 // 3.1, as published by the Free Software Foundation. 00019 00020 // You should have received a copy of the GNU General Public License and 00021 // a copy of the GCC Runtime Library Exception along with this program; 00022 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 00023 // <http://www.gnu.org/licenses/>. 00024 00025 /** @file extc++.h 00026 * This is an implementation file for a precompiled header. 00027 */ 00028 00029 #if __cplusplus < 201103L 00030 #include <bits/stdtr1c++.h> 00031 #else 00032 #include <bits/stdc++.h> 00033 #endif 00034 00035 #include <ext/algorithm> 00036 #if __cplusplus >= 201103L 00037 # include <ext/aligned_buffer.h> 00038 #endif 00039 #include <ext/alloc_traits.h> 00040 #include <ext/array_allocator.h> 00041 #include <ext/atomicity.h> 00042 #include <ext/bitmap_allocator.h> 00043 #include <ext/cast.h> 00044 #if __cplusplus >= 201103L 00045 # include <ext/cmath> 00046 #endif 00047 #include <ext/concurrence.h> 00048 #include <ext/debug_allocator.h> 00049 #include <ext/extptr_allocator.h> 00050 #include <ext/functional> 00051 #include <ext/iterator> 00052 #include <ext/malloc_allocator.h> 00053 #include <ext/memory> 00054 #include <ext/mt_allocator.h> 00055 #include <ext/new_allocator.h> 00056 #include <ext/numeric> 00057 #include <ext/numeric_traits.h> 00058 #include <ext/pod_char_traits.h> 00059 #include <ext/pointer.h> 00060 #include <ext/pool_allocator.h> 00061 #if __cplusplus >= 201103L 00062 # include <ext/random> 00063 #endif 00064 #include <ext/rb_tree> 00065 #include <ext/rope> 00066 #include <ext/slist> 00067 #include <ext/stdio_filebuf.h> 00068 #include <ext/stdio_sync_filebuf.h> 00069 #include <ext/throw_allocator.h> 00070 #include <ext/typelist.h> 00071 #include <ext/type_traits.h> 00072 #include <ext/vstring.h> 00073 #include <ext/pb_ds/assoc_container.hpp> 00074 #include <ext/pb_ds/priority_queue.hpp> 00075 #include <ext/pb_ds/exception.hpp> 00076 #include <ext/pb_ds/hash_policy.hpp> 00077 #include <ext/pb_ds/list_update_policy.hpp> 00078 #include <ext/pb_ds/tree_policy.hpp> 00079 #include <ext/pb_ds/trie_policy.hpp> 00080 00081 #ifdef _GLIBCXX_HAVE_ICONV 00082 #include <ext/codecvt_specializations.h> 00083 #include <ext/enc_filebuf.h> 00084 #endif