]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/c_std/cstdarg
Update copyright years in libstdc++-v3/
[thirdparty/gcc.git] / libstdc++-v3 / include / c_std / cstdarg
index b033d9eb4e763f52ecf487e2720dafbdd5603f5f..08d051c15e84b48d51620a1dc2993db54414ea63 100644 (file)
@@ -1,7 +1,6 @@
 // -*- C++ -*- forwarding header.
 
-// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-// 2009, 2010  Free Software Foundation, Inc.
+// Copyright (C) 1997-2014 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
 #define va_end(ap) va_end (ap)
 #endif
 
-_GLIBCXX_BEGIN_NAMESPACE(std)
-
+namespace std
+{
   using ::va_list;
-
-_GLIBCXX_END_NAMESPACE
+} // namespace std
 
 #endif