2006-02-02 20:45:05 +01:00
|
|
|
// { dg-do compile }
|
|
|
|
|
|
|
|
// 2006-02-02 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
//
|
|
|
|
// Copyright (C) 2006 Free Software Foundation, Inc.
|
|
|
|
//
|
|
|
|
// 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
|
|
|
// USA.
|
|
|
|
|
|
|
|
#include <tr1/array>
|
|
|
|
#include <tr1/cctype>
|
|
|
|
#include <tr1/cfenv>
|
|
|
|
#include <tr1/cfloat>
|
|
|
|
#include <tr1/cinttypes>
|
|
|
|
#include <tr1/climits>
|
2006-02-07 14:14:03 +01:00
|
|
|
#include <tr1/cmath>
|
2006-02-02 20:45:05 +01:00
|
|
|
#include <tr1/complex>
|
|
|
|
#include <tr1/cstdarg>
|
2006-02-26 19:42:29 +01:00
|
|
|
#include <tr1/cstdbool>
|
2006-02-02 20:45:05 +01:00
|
|
|
#include <tr1/cstdint>
|
2006-02-05 12:38:57 +01:00
|
|
|
#include <tr1/cstdio>
|
2006-02-07 14:14:03 +01:00
|
|
|
#include <tr1/cstdlib>
|
2006-03-10 14:24:57 +01:00
|
|
|
#include <tr1/ctgmath>
|
2006-02-07 14:14:03 +01:00
|
|
|
#include <tr1/ctime>
|
2006-02-02 20:45:05 +01:00
|
|
|
#include <tr1/ctype.h>
|
2006-02-03 22:40:07 +01:00
|
|
|
#include <tr1/cwchar>
|
|
|
|
#include <tr1/cwctype>
|
2006-02-02 20:45:05 +01:00
|
|
|
#include <tr1/fenv.h>
|
|
|
|
#include <tr1/float.h>
|
|
|
|
#include <tr1/functional>
|
|
|
|
#include <tr1/inttypes.h>
|
|
|
|
#include <tr1/limits.h>
|
2006-02-07 14:14:03 +01:00
|
|
|
#include <tr1/math.h>
|
2006-02-02 20:45:05 +01:00
|
|
|
#include <tr1/memory>
|
2006-06-05 09:33:18 +02:00
|
|
|
#include <tr1/random>
|
2006-02-02 20:45:05 +01:00
|
|
|
#include <tr1/stdarg.h>
|
2006-02-26 19:42:29 +01:00
|
|
|
#include <tr1/stdbool.h>
|
2006-02-02 20:45:05 +01:00
|
|
|
#include <tr1/stdint.h>
|
2006-02-05 12:38:57 +01:00
|
|
|
#include <tr1/stdio.h>
|
2006-02-07 14:14:03 +01:00
|
|
|
#include <tr1/stdlib.h>
|
2006-03-10 14:24:57 +01:00
|
|
|
#include <tr1/tgmath.h>
|
2006-02-02 20:45:05 +01:00
|
|
|
#include <tr1/tuple>
|
|
|
|
#include <tr1/type_traits>
|
|
|
|
#include <tr1/unordered_set>
|
|
|
|
#include <tr1/unordered_map>
|
|
|
|
#include <tr1/utility>
|
2006-02-03 22:40:07 +01:00
|
|
|
#include <tr1/wchar.h>
|
|
|
|
#include <tr1/wctype.h>
|