diff options
Diffstat (limited to 'libstdc++-v3/src/streambuf.cc')
-rw-r--r-- | libstdc++-v3/src/streambuf.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libstdc++-v3/src/streambuf.cc b/libstdc++-v3/src/streambuf.cc index c040ae14b02..2e72559d827 100644 --- a/libstdc++-v3/src/streambuf.cc +++ b/libstdc++-v3/src/streambuf.cc @@ -28,7 +28,9 @@ #include <streambuf> -_GLIBCXX_BEGIN_NAMESPACE(std) +namespace std _GLIBCXX_VISIBILITY(default) +{ +_GLIBCXX_BEGIN_NAMESPACE_VERSION template<> streamsize @@ -110,4 +112,5 @@ _GLIBCXX_BEGIN_NAMESPACE(std) } #endif -_GLIBCXX_END_NAMESPACE +_GLIBCXX_END_NAMESPACE_VERSION +} // namespace |