]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/config/locale/gnu/collate_members.cc
PR libstdc++/36104 part four
[thirdparty/gcc.git] / libstdc++-v3 / config / locale / gnu / collate_members.cc
index bcd415355f4c03f4377541c79be33ad2e9fac0cc..00056ad5a4862c3e2c4d83157ecca0ac1d4b6e8f 100644 (file)
@@ -31,7 +31,9 @@
 #include <locale>
 #include <bits/c++locale_internal.h>
 
-_GLIBCXX_BEGIN_NAMESPACE(std)
+namespace std _GLIBCXX_VISIBILITY(default)
+{
+_GLIBCXX_BEGIN_NAMESPACE_VERSION
 
   // These are basically extensions to char_traits, and perhaps should
   // be put there instead of here.
@@ -67,4 +69,5 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
     { return __wcsxfrm_l(__to, __from, __n, _M_c_locale_collate); }
 #endif
 
-_GLIBCXX_END_NAMESPACE
+_GLIBCXX_END_NAMESPACE_VERSION
+} // namespace