]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/std/stdexcept
PR libstdc++/36104 part four
[thirdparty/gcc.git] / libstdc++-v3 / include / std / stdexcept
index 62c5578619d3ce6e7263f527dae4305aa162f293..de023d12bb84feaca402c12dd6278e40fb0dfd82 100644 (file)
@@ -39,7 +39,9 @@
 #include <exception>
 #include <string>
 
-_GLIBCXX_BEGIN_NAMESPACE(std)
+namespace std _GLIBCXX_VISIBILITY(default)
+{
+_GLIBCXX_BEGIN_NAMESPACE_VERSION
 
   /**
    * @addtogroup exceptions
@@ -146,6 +148,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
 
   // @} group exceptions
 
-_GLIBCXX_END_NAMESPACE
+_GLIBCXX_END_NAMESPACE_VERSION
+} // namespace
 
 #endif /* _GLIBCXX_STDEXCEPT */