OSDN Git Service

2011-01-30 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / src / compatibility-ldbl.cc
index 25cbf70..a9bdb8b 100644 (file)
@@ -33,7 +33,7 @@
 #error "compatibility-ldbl.cc must be compiled with -mlong-double-64"
 #endif
 
-namespace std
+namespace std _GLIBCXX_VISIBILITY(default)
 {
 #define C char
   template class num_get<C, istreambuf_iterator<C> >;
@@ -70,7 +70,7 @@ namespace std
 // For std::tr1::hash<long double>::operator()
 #define _GLIBCXX_LONG_DOUBLE_COMPAT_IMPL
 
-namespace std
+namespace std _GLIBCXX_VISIBILITY(default)
 {
   namespace tr1 
   {