Skip to content
Snippets Groups Projects
Commit 72148304 authored by bkoz's avatar bkoz
Browse files

2006-12-05 Benjamin Kosnik <bkoz@redhat.com>

	* include/tr1/tuple: Consistent include guards.
	* include/tr1/type_traits: Same.
	* include/tr1/array: Same.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119539 138bc75d-0d04-0410-961f-82ee72b054a4
parent 25d323e6
No related branches found
No related tags found
No related merge requests found
2006-12-05 Benjamin Kosnik <bkoz@redhat.com>
* include/tr1/tuple: Consistent include guards.
* include/tr1/type_traits: Same.
* include/tr1/array: Same.
2006-12-04 Paolo Carlini <pcarlini@suse.de> 2006-12-04 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/29989 (again) PR libstdc++/29989 (again)
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
* This is a TR1 C++ Library header. * This is a TR1 C++ Library header.
*/ */
#ifndef _ARRAY #ifndef _TR1_ARRAY
#define _ARRAY 1 #define _TR1_ARRAY 1
#include <new> #include <new>
#include <iterator> #include <iterator>
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
// Chris Jefferson <chris@bubblescope.net> // Chris Jefferson <chris@bubblescope.net>
#ifndef _TUPLE #ifndef _TR1_TUPLE
#define _TUPLE 1 #define _TR1_TUPLE 1
#include <tr1/utility> #include <tr1/utility>
#include <tr1/ref_fwd.h> #include <tr1/ref_fwd.h>
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
* This is a TR1 C++ Library header. * This is a TR1 C++ Library header.
*/ */
#ifndef _TYPE_TRAITS #ifndef _TR1_TYPE_TRAITS
#define _TYPE_TRAITS 1 #define _TR1_TYPE_TRAITS 1
#include <bits/c++config.h> #include <bits/c++config.h>
#include <tr1/type_traits_fwd.h> #include <tr1/type_traits_fwd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment