Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-09-23 21:31:07 +0400
committerHoward Hinnant <hhinnant@apple.com>2010-09-23 21:31:07 +0400
commite060133553c97efc352d8781f1f06f89eda7adbc (patch)
tree83fa6598c9603fb3543e51b76b3d874f0348b881 /libcxx/include/streambuf
parent81b59834c28498be741ef4e1d5c90a37dbe90786 (diff)
visibility-decoration.
llvm-svn: 114671
Diffstat (limited to 'libcxx/include/streambuf')
-rw-r--r--libcxx/include/streambuf2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/streambuf b/libcxx/include/streambuf
index 2746d53a6763..9515f3fc9a58 100644
--- a/libcxx/include/streambuf
+++ b/libcxx/include/streambuf
@@ -117,7 +117,7 @@ protected:
_LIBCPP_BEGIN_NAMESPACE_STD
template <class _CharT, class _Traits>
-class basic_streambuf
+class _LIBCPP_VISIBLE basic_streambuf
{
public:
// types: