]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/config/locale/gnu/monetary_members.cc
PR libstdc++/36104 part four
[thirdparty/gcc.git] / libstdc++-v3 / config / locale / gnu / monetary_members.cc
index e5f90ca5b0f32cc6e61932d160a66e0dd2ad1664..214c4af7d768e06507a83d0c9a534e0980cea4bd 100644 (file)
@@ -32,7 +32,9 @@
 #include <locale>
 #include <bits/c++locale_internal.h>
 
-_GLIBCXX_BEGIN_NAMESPACE(std)
+namespace std _GLIBCXX_VISIBILITY(default)
+{
+_GLIBCXX_BEGIN_NAMESPACE_VERSION
 
   // Construct and return valid pattern consisting of some combination of:
   // space none symbol sign value
@@ -929,4 +931,5 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
     }
 #endif
 
-_GLIBCXX_END_NAMESPACE
+_GLIBCXX_END_NAMESPACE_VERSION
+} // namespace