OSDN Git Service

2007-12-09 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 17_intro / headers / c++200x / all.cc
1 // { dg-options "-std=gnu++0x" }
2 // { dg-do compile }
3
4 // Copyright (C) 2007 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.
11
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.
16
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.
21
22 // 17.4.1.2 Headers
23
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 <cstdbool>
40 #include <cstddef>
41 #include <cstdint>
42 #include <cstdio>
43 #include <cstdlib>
44 #include <cstring>
45 #include <ctgmath>
46 #include <ctime>
47 #include <cwchar>
48 #include <cwctype>
49
50 // "C" compatibility headers
51 #include <assert.h>
52 #ifdef _GLIBCXX_HAVE_COMPLEX_H
53 #include <complex.h>
54 #endif
55 #include <ctype.h>
56 #include <errno.h>
57 #ifdef _GLIBCXX_HAVE_FENV_H
58 #include <fenv.h>
59 #endif
60 #include <float.h>
61 #ifdef _GLIBCXX_HAVE_INTTYPES_H
62 #include <inttypes.h>
63 #endif
64 #include <iso646.h>
65 #include <limits.h>
66 #include <locale.h>
67 #include <math.h>
68 #include <setjmp.h>
69 #include <signal.h>
70 #include <stdarg.h>
71 #ifdef _GLIBCXX_HAVE_STDBOOL_H
72 #include <stdbool.h>
73 #endif
74 #include <stddef.h>
75 #ifdef _GLIBCXX_HAVE_STDINT_H
76 #include <stdint.h>
77 #endif
78 #include <stdio.h>
79 #include <stdlib.h>
80 #include <string.h>
81 #ifdef _GLIBCXX_HAVE_TGMATH_H
82 #include <tgmath.h>
83 #endif
84 #include <time.h>
85 #ifdef _GLIBCXX_HAVE_WCHAR_H
86 #include <wchar.h>
87 #endif
88 #ifdef _GLIBCXX_HAVE_WCTYPE_H
89 #include <wctype.h>
90 #endif
91
92 // "C++" headers
93 #include <algorithm>
94 #include <array>
95 #include <bitset>
96 #include <complex>
97 #include <deque>
98 #include <exception>
99 #include <fstream>
100 #include <functional>
101 #include <iomanip>
102 #include <ios>
103 #include <iosfwd>
104 #include <iostream>
105 #include <istream>
106 #include <iterator>
107 #include <limits>
108 #include <list>
109 #include <locale>
110 #include <map>
111 #include <memory>
112 #include <new>
113 #include <numeric>
114 #include <ostream>
115 #include <queue>
116 #include <random>
117 #include <regex>
118 #include <set>
119 #include <sstream>
120 #include <stack>
121 #include <stdexcept>
122 #include <streambuf>
123 #include <string>
124 #include <system_error>
125 #include <tuple>
126 #include <typeinfo>
127 #include <type_traits>
128 #include <unordered_map>
129 #include <unordered_set>
130 #include <utility>
131 #include <valarray>
132 #include <vector>