aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/std_ostream.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/std/std_ostream.h')
-rw-r--r--libstdc++-v3/include/std/std_ostream.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/include/std/std_ostream.h b/libstdc++-v3/include/std/std_ostream.h
index ffc1a281730..8d4228238e7 100644
--- a/libstdc++-v3/include/std/std_ostream.h
+++ b/libstdc++-v3/include/std/std_ostream.h
@@ -1,6 +1,6 @@
// Output streams -*- C++ -*-
-// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
@@ -43,8 +43,8 @@
#include <ios>
-namespace std
-{
+_GLIBCXX_BEGIN_NAMESPACE(std)
+
// [27.6.2.1] Template class basic_ostream
/**
* @brief Controlling output.
@@ -519,7 +519,7 @@ namespace std
flush(basic_ostream<_CharT, _Traits>& __os)
{ return __os.flush(); }
-} // namespace std
+_GLIBCXX_END_NAMESPACE
#ifndef _GLIBCXX_EXPORT_TEMPLATE
# include <bits/ostream.tcc>