]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/config/os/generic/error_constants.h
Update copyright years in libstdc++-v3/
[thirdparty/gcc.git] / libstdc++-v3 / config / os / generic / error_constants.h
index 2935fec9c82d43084152b9690231059171f1e235..d185d2fbdbe80fd0be6a02b788e2108290e35be3 100644 (file)
@@ -1,6 +1,6 @@
 // Specific definitions for generic platforms  -*- C++ -*-
 
-// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+// Copyright (C) 2007-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
@@ -33,7 +33,9 @@
 #include <bits/c++config.h>
 #include <cerrno>
 
-_GLIBCXX_BEGIN_NAMESPACE(std)
+namespace std _GLIBCXX_VISIBILITY(default)
+{
+_GLIBCXX_BEGIN_NAMESPACE_VERSION
 
   enum class errc
     {
@@ -170,6 +172,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
       wrong_protocol_type =                    EPROTOTYPE
     };
 
-_GLIBCXX_END_NAMESPACE
+_GLIBCXX_END_NAMESPACE_VERSION
+} // namespace
 
 #endif