diff options
author | Howard Hinnant <hhinnant@apple.com> | 2012-09-14 00:39:16 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2012-09-14 00:39:16 +0000 |
commit | aeb85680fb688e96ba2d2fc7703ae6e57cc44097 (patch) | |
tree | bbdd33a4628645c6a5a0af91f42a642c296bf09f /libcxx/include/ostream | |
parent | f6e2bc07eb3d0e5a1ab25a0b84e0c3aa42668a5a (diff) | |
download | bcm5719-llvm-aeb85680fb688e96ba2d2fc7703ae6e57cc44097.tar.gz bcm5719-llvm-aeb85680fb688e96ba2d2fc7703ae6e57cc44097.zip |
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
llvm-svn: 163862
Diffstat (limited to 'libcxx/include/ostream')
-rw-r--r-- | libcxx/include/ostream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/ostream b/libcxx/include/ostream index e6dd4b578be..b135ddb7713 100644 --- a/libcxx/include/ostream +++ b/libcxx/include/ostream @@ -169,7 +169,7 @@ protected: public: // 27.7.2.4 Prefix/suffix: - class sentry; + class _LIBCPP_VISIBLE sentry; // 27.7.2.6 Formatted output: basic_ostream& operator<<(basic_ostream& (*__pf)(basic_ostream&)); |