commit | 8d7a9557b7dff2421a694148970d162125e7c0d3 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Thu Sep 23 17:31:07 2010 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Thu Sep 23 17:31:07 2010 +0000 |
tree | de9fff6b6feecd10828156c3132b8ffac67c1e81 | |
parent | 28c97e6ee1a4286e7823b0011bb14c262cb4d3b6 [diff] [blame] |
visibility-decoration. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@114671 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/streambuf b/include/streambuf index 2746d53..9515f3f 100644 --- a/include/streambuf +++ b/include/streambuf
@@ -117,7 +117,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD template <class _CharT, class _Traits> -class basic_streambuf +class _LIBCPP_VISIBLE basic_streambuf { public: // types: