]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/config/os/irix/irix6.5/ctype_base.h
PR libstdc++/36104 part four
[thirdparty/gcc.git] / libstdc++-v3 / config / os / irix / irix6.5 / ctype_base.h
index 917b066785959e500ee49bd8f5f40e1bcc17a5b0..32a8716bc032d087cd5750f91420d8b5461973c8 100644 (file)
@@ -34,7 +34,9 @@
 
 // Information as gleaned from /usr/include/ctype.h on irix 6.5
 
-_GLIBCXX_BEGIN_NAMESPACE(std)
+namespace std _GLIBCXX_VISIBILITY(default)
+{
+_GLIBCXX_BEGIN_NAMESPACE_VERSION
 
   /// @brief  Base class for ctype.
   struct ctype_base
@@ -58,4 +60,5 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
     static const mask alnum    = _ISalpha | _ISdigit;
   };
 
-_GLIBCXX_END_NAMESPACE
+_GLIBCXX_END_NAMESPACE_VERSION
+} // namespace