]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/config/os/bsd/freebsd/ctype_inline.h
PR libstdc++/36104 part four
[thirdparty/gcc.git] / libstdc++-v3 / config / os / bsd / freebsd / ctype_inline.h
index 886c6a14fb192b4cc09cfbecd1dbc65aadabc7f9..de10c3fbcb8d0827adadfbcbdf72418fff690cc9 100644 (file)
@@ -35,7 +35,9 @@
 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
 // functions go in ctype.cc
 
-_GLIBCXX_BEGIN_NAMESPACE(std)
+namespace std _GLIBCXX_VISIBILITY(default)
+{
+_GLIBCXX_BEGIN_NAMESPACE_VERSION
 
   bool
   ctype<char>::
@@ -145,4 +147,5 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
   }
 #endif
 
-_GLIBCXX_END_NAMESPACE
+_GLIBCXX_END_NAMESPACE_VERSION
+} // namespace