]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/std/iomanip
PR libstdc++/36104 part four
[thirdparty/gcc.git] / libstdc++-v3 / include / std / iomanip
index 8fc2e72fd7a786d9e6978193e714b8204765aacf..91f90e5cb62b0ff1a880b006e1274bd9d4bdf61c 100644 (file)
@@ -45,7 +45,9 @@
 #include <locale>
 #endif
 
-_GLIBCXX_BEGIN_NAMESPACE(std)
+namespace std _GLIBCXX_VISIBILITY(default)
+{
+_GLIBCXX_BEGIN_NAMESPACE_VERSION
 
   // [27.6.3] standard manipulators
   // Also see DR 183.
@@ -344,6 +346,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
 #endif
 #endif
 
-_GLIBCXX_END_NAMESPACE
+_GLIBCXX_END_NAMESPACE_VERSION
+} // namespace
 
 #endif /* _GLIBCXX_IOMANIP */