aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/cpp_type_traits.h
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@merlin.codesourcery.com>2001-02-19 18:52:25 +0000
committerGabriel Dos Reis <gdr@merlin.codesourcery.com>2001-02-19 18:52:25 +0000
commit869a287537aad04b06cac5b21206ee39f5dba57d (patch)
tree2c8bb8455ef9ab0a00342dd625d096052835ef1b /libstdc++-v3/include/bits/cpp_type_traits.h
parent3c497ea28eecca723980bd68861b8bb3b3f94641 (diff)
Add #pragma system_header to header files.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@39896 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/cpp_type_traits.h')
-rw-r--r--libstdc++-v3/include/bits/cpp_type_traits.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/cpp_type_traits.h b/libstdc++-v3/include/bits/cpp_type_traits.h
index ae232ad095b..61cc45d47fa 100644
--- a/libstdc++-v3/include/bits/cpp_type_traits.h
+++ b/libstdc++-v3/include/bits/cpp_type_traits.h
@@ -1,6 +1,6 @@
// The -*- C++ -*- type traits classes for internal use in libstdc++
-// Copyright (C) 2000 Free Software Foundation, Inc.
+// Copyright (C) 2000-2001 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
@@ -32,6 +32,8 @@
#ifndef _CPP_BITS_CPP_TYPE_TRAITS_H
#define _CPP_BITS_CPP_TYPE_TRAITS_H 1
+#pragma GCC system_header
+
//
// This file provides some compile-time information about various types.
// These representations were designed, on purpose, to be constant-expressions