From 82c79e0e681c63d99f91d916829e6bd579b35860 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Thu, 2 Feb 2006 19:44:39 +0000 Subject: [PATCH] cfloat: New. 2006-02-02 Paolo Carlini * include/tr1/cfloat: New. * include/tr1/climits: Likewise. * include/tr1/cstdarg: Likewise. * include/tr1/ctype.h: Likewise. * include/tr1/fenv.h: Likewise. * include/tr1/float.h: Likewise. * include/tr1/inttypes.h: Likewise. * include/tr1/limits.h: Likewise. * include/tr1/stdint.h: Likewise. * include/tr1/stdarg.h: Likewise. * include/Makefile.am: Add. * include/Makefile.in: Regenerate. * docs/html/ext/tr1.html: Update. * testsuite/tr1/headers.cc: New. * include/tr1/cctype: Include instead. From-SVN: r110518 --- libstdc++-v3/ChangeLog | 19 +++++++++++ libstdc++-v3/docs/html/ext/tr1.html | 22 ++++++------- libstdc++-v3/include/Makefile.am | 10 ++++++ libstdc++-v3/include/Makefile.in | 10 ++++++ libstdc++-v3/include/tr1/cctype | 2 +- libstdc++-v3/include/tr1/cfloat | 47 ++++++++++++++++++++++++++ libstdc++-v3/include/tr1/climits | 51 +++++++++++++++++++++++++++++ libstdc++-v3/include/tr1/cstdarg | 39 ++++++++++++++++++++++ libstdc++-v3/include/tr1/ctype.h | 39 ++++++++++++++++++++++ libstdc++-v3/include/tr1/fenv.h | 39 ++++++++++++++++++++++ libstdc++-v3/include/tr1/float.h | 39 ++++++++++++++++++++++ libstdc++-v3/include/tr1/inttypes.h | 46 ++++++++++++++++++++++++++ libstdc++-v3/include/tr1/limits.h | 39 ++++++++++++++++++++++ libstdc++-v3/include/tr1/stdarg.h | 39 ++++++++++++++++++++++ libstdc++-v3/include/tr1/stdint.h | 39 ++++++++++++++++++++++ 15 files changed, 468 insertions(+), 12 deletions(-) create mode 100644 libstdc++-v3/include/tr1/cfloat create mode 100644 libstdc++-v3/include/tr1/climits create mode 100644 libstdc++-v3/include/tr1/cstdarg create mode 100644 libstdc++-v3/include/tr1/ctype.h create mode 100644 libstdc++-v3/include/tr1/fenv.h create mode 100644 libstdc++-v3/include/tr1/float.h create mode 100644 libstdc++-v3/include/tr1/inttypes.h create mode 100644 libstdc++-v3/include/tr1/limits.h create mode 100644 libstdc++-v3/include/tr1/stdarg.h create mode 100644 libstdc++-v3/include/tr1/stdint.h diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3b7693f489b..b16e15db4a5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,22 @@ +2006-02-02 Paolo Carlini + + * include/tr1/cfloat: New. + * include/tr1/climits: Likewise. + * include/tr1/cstdarg: Likewise. + * include/tr1/ctype.h: Likewise. + * include/tr1/fenv.h: Likewise. + * include/tr1/float.h: Likewise. + * include/tr1/inttypes.h: Likewise. + * include/tr1/limits.h: Likewise. + * include/tr1/stdint.h: Likewise. + * include/tr1/stdarg.h: Likewise. + * include/Makefile.am: Add. + * include/Makefile.in: Regenerate. + * docs/html/ext/tr1.html: Update. + * testsuite/tr1/headers.cc: New. + + * include/tr1/cctype: Include instead. + 2006-01-31 Paolo Carlini PR libstdc++/21554 diff --git a/libstdc++-v3/docs/html/ext/tr1.html b/libstdc++-v3/docs/html/ext/tr1.html index 88055a1baf4..609656cdde7 100644 --- a/libstdc++-v3/docs/html/ext/tr1.html +++ b/libstdc++-v3/docs/html/ext/tr1.html @@ -1827,9 +1827,9 @@ release. 8.5 Additions to header <ctype.h> + done - missing @@ -1859,25 +1859,25 @@ release. 8.7 Header <fenv.h> + done - missing 8.8 Additions to header <cfloat> + done - missing 8.9 Additions to header <float.h> + done - missing @@ -1931,25 +1931,25 @@ release. 8.12 Header <inttypes.h> + done - missing 8.13 Additions to header <climits> + done - missing 8.14 Additions to header <limits.h> + done - missing @@ -2011,17 +2011,17 @@ release. 8.18 Additions to header <cstdarg> + done - missing 8.19 Additions to header <stdarg.h> + done - missing @@ -2067,9 +2067,9 @@ release. 8.23 The header <stdint.h> + done - missing @@ -2307,7 +2307,7 @@ permitted in any medium, provided this notice is preserved.
- Last modified 2006-01-22 + Last modified 2006-02-02 diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index 8014124ddcc..5fcab8f41bf 100644 --- a/libstdc++-v3/include/Makefile.am +++ b/libstdc++-v3/include/Makefile.am @@ -486,18 +486,28 @@ tr1_headers = \ ${tr1_srcdir}/boost_shared_ptr.h \ ${tr1_srcdir}/cctype \ ${tr1_srcdir}/cfenv \ + ${tr1_srcdir}/cfloat \ ${tr1_srcdir}/cinttypes \ + ${tr1_srcdir}/climits \ ${tr1_srcdir}/common.h \ ${tr1_srcdir}/complex \ + ${tr1_srcdir}/cstdarg \ ${tr1_srcdir}/cstdint \ + ${tr1_srcdir}/ctype.h \ + ${tr1_srcdir}/fenv.h \ + ${tr1_srcdir}/float.h \ ${tr1_srcdir}/functional \ ${tr1_srcdir}/functional_iterate.h \ ${tr1_srcdir}/hashtable \ + ${tr1_srcdir}/inttypes.h \ + ${tr1_srcdir}/limits.h \ ${tr1_srcdir}/memory \ ${tr1_srcdir}/mu_iterate.h \ ${tr1_srcdir}/ref_fwd.h \ ${tr1_srcdir}/ref_wrap_iterate.h \ ${tr1_srcdir}/repeat.h \ + ${tr1_srcdir}/stdarg.h \ + ${tr1_srcdir}/stdint.h \ ${tr1_srcdir}/tuple \ ${tr1_srcdir}/tuple_iterate.h \ ${tr1_srcdir}/type_traits \ diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in index 08f2dce33fb..1568c57616e 100644 --- a/libstdc++-v3/include/Makefile.in +++ b/libstdc++-v3/include/Makefile.in @@ -703,18 +703,28 @@ tr1_headers = \ ${tr1_srcdir}/boost_shared_ptr.h \ ${tr1_srcdir}/cctype \ ${tr1_srcdir}/cfenv \ + ${tr1_srcdir}/cfloat \ ${tr1_srcdir}/cinttypes \ + ${tr1_srcdir}/climits \ ${tr1_srcdir}/common.h \ ${tr1_srcdir}/complex \ + ${tr1_srcdir}/cstdarg \ ${tr1_srcdir}/cstdint \ + ${tr1_srcdir}/ctype.h \ + ${tr1_srcdir}/fenv.h \ + ${tr1_srcdir}/float.h \ ${tr1_srcdir}/functional \ ${tr1_srcdir}/functional_iterate.h \ ${tr1_srcdir}/hashtable \ + ${tr1_srcdir}/inttypes.h \ + ${tr1_srcdir}/limits.h \ ${tr1_srcdir}/memory \ ${tr1_srcdir}/mu_iterate.h \ ${tr1_srcdir}/ref_fwd.h \ ${tr1_srcdir}/ref_wrap_iterate.h \ ${tr1_srcdir}/repeat.h \ + ${tr1_srcdir}/stdarg.h \ + ${tr1_srcdir}/stdint.h \ ${tr1_srcdir}/tuple \ ${tr1_srcdir}/tuple_iterate.h \ ${tr1_srcdir}/type_traits \ diff --git a/libstdc++-v3/include/tr1/cctype b/libstdc++-v3/include/tr1/cctype index 09db6fba36a..ea0aafa4a20 100644 --- a/libstdc++-v3/include/tr1/cctype +++ b/libstdc++-v3/include/tr1/cctype @@ -35,7 +35,7 @@ #define _TR1_CCTYPE 1 #include -#include +#include #if _GLIBCXX_USE_C99_CTYPE_TR1 diff --git a/libstdc++-v3/include/tr1/cfloat b/libstdc++-v3/include/tr1/cfloat new file mode 100644 index 00000000000..f6c86a9686c --- /dev/null +++ b/libstdc++-v3/include/tr1/cfloat @@ -0,0 +1,47 @@ +// TR1 cfloat -*- C++ -*- + +// 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. + +// As a special exception, you may use this file as part of a free software +// library without restriction. Specifically, if other files instantiate +// templates or use macros or inline functions from this file, or you compile +// this file and link it with other files to produce an executable, this +// file does not by itself cause the resulting executable to be covered by +// the GNU General Public License. This exception does not however +// invalidate any other reasons why the executable file might be covered by +// the GNU General Public License. + +/** @file + * This is a TR1 C++ Library header. + */ + +#ifndef _TR1_CFLOAT +#define _TR1_CFLOAT 1 + +#include + +#ifndef DECIMAL_DIG +#define DECIMAL_DIG __DECIMAL_DIG__ +#endif + +#ifndef FLT_EVAL_METHOD +#define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ +#endif + +#endif diff --git a/libstdc++-v3/include/tr1/climits b/libstdc++-v3/include/tr1/climits new file mode 100644 index 00000000000..398115b7896 --- /dev/null +++ b/libstdc++-v3/include/tr1/climits @@ -0,0 +1,51 @@ +// TR1 climits -*- C++ -*- + +// 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. + +// As a special exception, you may use this file as part of a free software +// library without restriction. Specifically, if other files instantiate +// templates or use macros or inline functions from this file, or you compile +// this file and link it with other files to produce an executable, this +// file does not by itself cause the resulting executable to be covered by +// the GNU General Public License. This exception does not however +// invalidate any other reasons why the executable file might be covered by +// the GNU General Public License. + +/** @file + * This is a TR1 C++ Library header. + */ + +#ifndef _TR1_CLIMITS +#define _TR1_CLIMITS 1 + +#include + +#ifndef LLONG_MIN +#define LLONG_MIN -__LONG_LONG_MAX__ - 1 +#endif + +#ifndef LLONG_MAX +#define LLONG_MAX __LONG_LONG_MAX__ +#endif + +#ifndef ULLONG_MAX +#define ULLONG_MAX __LONG_LONG_MAX__ * 2ULL + 1 +#endif + +#endif diff --git a/libstdc++-v3/include/tr1/cstdarg b/libstdc++-v3/include/tr1/cstdarg new file mode 100644 index 00000000000..adbd7754f67 --- /dev/null +++ b/libstdc++-v3/include/tr1/cstdarg @@ -0,0 +1,39 @@ +// TR1 cstdarg -*- C++ -*- + +// 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. + +// As a special exception, you may use this file as part of a free software +// library without restriction. Specifically, if other files instantiate +// templates or use macros or inline functions from this file, or you compile +// this file and link it with other files to produce an executable, this +// file does not by itself cause the resulting executable to be covered by +// the GNU General Public License. This exception does not however +// invalidate any other reasons why the executable file might be covered by +// the GNU General Public License. + +/** @file + * This is a TR1 C++ Library header. + */ + +#ifndef _TR1_CSTDARG +#define _TR1_CSTDARG 1 + +#include + +#endif diff --git a/libstdc++-v3/include/tr1/ctype.h b/libstdc++-v3/include/tr1/ctype.h new file mode 100644 index 00000000000..7d7a5505d27 --- /dev/null +++ b/libstdc++-v3/include/tr1/ctype.h @@ -0,0 +1,39 @@ +// TR1 ctype.h -*- C++ -*- + +// 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. + +// As a special exception, you may use this file as part of a free software +// library without restriction. Specifically, if other files instantiate +// templates or use macros or inline functions from this file, or you compile +// this file and link it with other files to produce an executable, this +// file does not by itself cause the resulting executable to be covered by +// the GNU General Public License. This exception does not however +// invalidate any other reasons why the executable file might be covered by +// the GNU General Public License. + +/** @file + * This is a TR1 C++ Library header. + */ + +#ifndef _TR1_CTYPE_H +#define _TR1_CTYPE_H 1 + +#include + +#endif diff --git a/libstdc++-v3/include/tr1/fenv.h b/libstdc++-v3/include/tr1/fenv.h new file mode 100644 index 00000000000..8ef0e68c2ca --- /dev/null +++ b/libstdc++-v3/include/tr1/fenv.h @@ -0,0 +1,39 @@ +// TR1 fenv.h -*- C++ -*- + +// 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. + +// As a special exception, you may use this file as part of a free software +// library without restriction. Specifically, if other files instantiate +// templates or use macros or inline functions from this file, or you compile +// this file and link it with other files to produce an executable, this +// file does not by itself cause the resulting executable to be covered by +// the GNU General Public License. This exception does not however +// invalidate any other reasons why the executable file might be covered by +// the GNU General Public License. + +/** @file + * This is a TR1 C++ Library header. + */ + +#ifndef _TR1_FENV_H +#define _TR1_FENV_H 1 + +#include + +#endif diff --git a/libstdc++-v3/include/tr1/float.h b/libstdc++-v3/include/tr1/float.h new file mode 100644 index 00000000000..0a3eb00b1cb --- /dev/null +++ b/libstdc++-v3/include/tr1/float.h @@ -0,0 +1,39 @@ +// TR1 float.h -*- C++ -*- + +// 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. + +// As a special exception, you may use this file as part of a free software +// library without restriction. Specifically, if other files instantiate +// templates or use macros or inline functions from this file, or you compile +// this file and link it with other files to produce an executable, this +// file does not by itself cause the resulting executable to be covered by +// the GNU General Public License. This exception does not however +// invalidate any other reasons why the executable file might be covered by +// the GNU General Public License. + +/** @file + * This is a TR1 C++ Library header. + */ + +#ifndef _TR1_FLOAT_H +#define _TR1_FLOAT_H 1 + +#include + +#endif diff --git a/libstdc++-v3/include/tr1/inttypes.h b/libstdc++-v3/include/tr1/inttypes.h new file mode 100644 index 00000000000..a750daf4eb1 --- /dev/null +++ b/libstdc++-v3/include/tr1/inttypes.h @@ -0,0 +1,46 @@ +// TR1 inttypes.h -*- C++ -*- + +// 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. + +// As a special exception, you may use this file as part of a free software +// library without restriction. Specifically, if other files instantiate +// templates or use macros or inline functions from this file, or you compile +// this file and link it with other files to produce an executable, this +// file does not by itself cause the resulting executable to be covered by +// the GNU General Public License. This exception does not however +// invalidate any other reasons why the executable file might be covered by +// the GNU General Public License. + +/** @file + * This is a TR1 C++ Library header. + */ + +#ifndef _TR1_INTTYPES_H +#define _TR1_INTTYPES_H 1 + +#include + +#if _GLIBCXX_USE_C99_INTTYPES_TR1 + +using std::tr1::abs; +using std::tr1::div; + +#endif + +#endif diff --git a/libstdc++-v3/include/tr1/limits.h b/libstdc++-v3/include/tr1/limits.h new file mode 100644 index 00000000000..53cafcc6489 --- /dev/null +++ b/libstdc++-v3/include/tr1/limits.h @@ -0,0 +1,39 @@ +// TR1 limits.h -*- C++ -*- + +// 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. + +// As a special exception, you may use this file as part of a free software +// library without restriction. Specifically, if other files instantiate +// templates or use macros or inline functions from this file, or you compile +// this file and link it with other files to produce an executable, this +// file does not by itself cause the resulting executable to be covered by +// the GNU General Public License. This exception does not however +// invalidate any other reasons why the executable file might be covered by +// the GNU General Public License. + +/** @file + * This is a TR1 C++ Library header. + */ + +#ifndef _TR1_LIMITS_H +#define _TR1_LIMITS_H 1 + +#include + +#endif diff --git a/libstdc++-v3/include/tr1/stdarg.h b/libstdc++-v3/include/tr1/stdarg.h new file mode 100644 index 00000000000..d062a0a9f20 --- /dev/null +++ b/libstdc++-v3/include/tr1/stdarg.h @@ -0,0 +1,39 @@ +// TR1 stdarg.h -*- C++ -*- + +// 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. + +// As a special exception, you may use this file as part of a free software +// library without restriction. Specifically, if other files instantiate +// templates or use macros or inline functions from this file, or you compile +// this file and link it with other files to produce an executable, this +// file does not by itself cause the resulting executable to be covered by +// the GNU General Public License. This exception does not however +// invalidate any other reasons why the executable file might be covered by +// the GNU General Public License. + +/** @file + * This is a TR1 C++ Library header. + */ + +#ifndef _TR1_STDARG_H +#define _TR1_STDARG_H 1 + +#include + +#endif diff --git a/libstdc++-v3/include/tr1/stdint.h b/libstdc++-v3/include/tr1/stdint.h new file mode 100644 index 00000000000..0af6dee2a75 --- /dev/null +++ b/libstdc++-v3/include/tr1/stdint.h @@ -0,0 +1,39 @@ +// TR1 stdint.h -*- C++ -*- + +// 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. + +// As a special exception, you may use this file as part of a free software +// library without restriction. Specifically, if other files instantiate +// templates or use macros or inline functions from this file, or you compile +// this file and link it with other files to produce an executable, this +// file does not by itself cause the resulting executable to be covered by +// the GNU General Public License. This exception does not however +// invalidate any other reasons why the executable file might be covered by +// the GNU General Public License. + +/** @file + * This is a TR1 C++ Library header. + */ + +#ifndef _TR1_STDINT_H +#define _TR1_STDINT_H 1 + +#include + +#endif