Update concepts branch to revision 131834
[official-gcc.git] / libstdc++-v3 / testsuite / 17_intro / headers / c++200x / all.cc
blob049f42096d010b20030eb8854c1d936709aa9d94
1 // { dg-options "-std=gnu++0x" }
2 // { dg-do compile }
4 // Copyright (C) 2007, 2008 Free Software Foundation, Inc.
5 //
6 // This file is part of the GNU ISO C++ Library. This library is free
7 // software; you can redistribute it and/or modify it under the
8 // terms of the GNU General Public License as published by the
9 // Free Software Foundation; either version 2, or (at your option)
10 // any later version.
12 // This library is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 // GNU General Public License for more details.
17 // You should have received a copy of the GNU General Public License along
18 // with this library; see the file COPYING. If not, write to the Free
19 // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
20 // USA.
22 // 17.4.1.2 Headers
24 // "C" headers
25 #include <cassert>
26 #include <ccomplex>
27 #include <cctype>
28 #include <cerrno>
29 #include <cfenv>
30 #include <cfloat>
31 #include <cinttypes>
32 #include <ciso646>
33 #include <climits>
34 #include <clocale>
35 #include <cmath>
36 #include <csetjmp>
37 #include <csignal>
38 #include <cstdarg>
39 #include <cstdatomic>
40 #include <cstdbool>
41 #include <cstddef>
42 #include <cstdint>
43 #include <cstdio>
44 #include <cstdlib>
45 #include <cstring>
46 #include <ctgmath>
47 #include <ctime>
48 #include <cwchar>
49 #include <cwctype>
51 // "C" compatibility headers
52 #include <assert.h>
53 #ifdef _GLIBCXX_HAVE_COMPLEX_H
54 #include <complex.h>
55 #endif
56 #include <ctype.h>
57 #include <errno.h>
58 #ifdef _GLIBCXX_HAVE_FENV_H
59 #include <fenv.h>
60 #endif
61 #include <float.h>
62 #ifdef _GLIBCXX_HAVE_INTTYPES_H
63 #include <inttypes.h>
64 #endif
65 #include <iso646.h>
66 #include <limits.h>
67 #include <locale.h>
68 #include <math.h>
69 #include <setjmp.h>
70 #include <signal.h>
71 #include <stdatomic.h>
72 #include <stdarg.h>
73 #ifdef _GLIBCXX_HAVE_STDBOOL_H
74 #include <stdbool.h>
75 #endif
76 #include <stddef.h>
77 #ifdef _GLIBCXX_HAVE_STDINT_H
78 #include <stdint.h>
79 #endif
80 #include <stdio.h>
81 #include <stdlib.h>
82 #include <string.h>
83 #ifdef _GLIBCXX_HAVE_TGMATH_H
84 #include <tgmath.h>
85 #endif
86 #include <time.h>
87 #ifdef _GLIBCXX_HAVE_WCHAR_H
88 #include <wchar.h>
89 #endif
90 #ifdef _GLIBCXX_HAVE_WCTYPE_H
91 #include <wctype.h>
92 #endif
94 // "C++" headers
95 #include <algorithm>
96 #include <array>
97 #include <bitset>
98 #include <condition_variable>
99 #include <complex>
100 #include <date_time>
101 #include <deque>
102 #include <exception>
103 #include <fstream>
104 #include <functional>
105 #include <iomanip>
106 #include <ios>
107 #include <iosfwd>
108 #include <iostream>
109 #include <istream>
110 #include <iterator>
111 #include <limits>
112 #include <list>
113 #include <locale>
114 #include <map>
115 #include <memory>
116 #include <mutex>
117 #include <new>
118 #include <numeric>
119 #include <ostream>
120 #include <queue>
121 #include <random>
122 #include <regex>
123 #include <set>
124 #include <sstream>
125 #include <stack>
126 #include <stdexcept>
127 #include <streambuf>
128 #include <string>
129 #include <system_error>
130 #include <tuple>
131 #include <typeinfo>
132 #include <type_traits>
133 #include <unordered_map>
134 #include <unordered_set>
135 #include <utility>
136 #include <valarray>
137 #include <vector>