aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/std_iomanip.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/std_iomanip.h')
-rw-r--r--libstdc++-v3/include/bits/std_iomanip.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/libstdc++-v3/include/bits/std_iomanip.h b/libstdc++-v3/include/bits/std_iomanip.h
index 6fa49386b67..5e0cb91bdc1 100644
--- a/libstdc++-v3/include/bits/std_iomanip.h
+++ b/libstdc++-v3/include/bits/std_iomanip.h
@@ -1,6 +1,6 @@
// Standard stream manipulators -*- C++ -*-
-// Copyright (C) 1997-1999 Free Software Foundation, Inc.
+// Copyright (C) 1997-1999, 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
@@ -34,11 +34,14 @@
#ifndef _CPP_IOMANIP
#define _CPP_IOMANIP 1
+#pragma GCC system_header
+
#include <bits/c++config.h>
#include <bits/std_istream.h>
#include <bits/std_functional.h>
-namespace std {
+namespace std
+{
struct _Resetiosflags { ios_base::fmtflags _M_mask; };
@@ -213,7 +216,3 @@ namespace std {
#endif /* __IOMANIP */
-
-
-
-