]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/tr1/special_function_util.h
PR libstdc++/36104 part four
[thirdparty/gcc.git] / libstdc++-v3 / include / tr1 / special_function_util.h
index a9626ea2be7a66b033ea4500df1bcc94ddbeb630..c90fc599f1a400c0c25555bbe9c9da1a22a6c769 100644 (file)
 #ifndef _GLIBCXX_TR1_SPECIAL_FUNCTION_UTIL_H
 #define _GLIBCXX_TR1_SPECIAL_FUNCTION_UTIL_H 1
 
-namespace std
+namespace std _GLIBCXX_VISIBILITY(default)
 {
 namespace tr1
 {
-
   namespace __detail
   {
+  _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
     /// A class to encapsulate type dependent floating point
     /// constants.  Not everything will be able to be expressed as
@@ -135,8 +135,8 @@ namespace tr1
 
 #endif
 
+  _GLIBCXX_END_NAMESPACE_VERSION
   } // namespace __detail
-
 }
 }