aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/valarray_meta.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/valarray_meta.h')
-rw-r--r--libstdc++-v3/include/bits/valarray_meta.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libstdc++-v3/include/bits/valarray_meta.h b/libstdc++-v3/include/bits/valarray_meta.h
index da4c93f95cd..392dc9b7eb0 100644
--- a/libstdc++-v3/include/bits/valarray_meta.h
+++ b/libstdc++-v3/include/bits/valarray_meta.h
@@ -1,6 +1,6 @@
// The template and inlines for the -*- C++ -*- internal _Meta class.
-// Copyright (C) 1997-1999, 2000 Free Software Foundation, Inc.
+// Copyright (C) 1997-1999, 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,7 +32,10 @@
#ifndef _CPP_VALARRAY_META_H
#define _CPP_VALARRAY_META_H 1
-namespace std {
+#pragma GCC system_header
+
+namespace std
+{
//
// Implementing a loosened valarray return value is tricky.