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/ios | |
| 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/ios')
| -rw-r--r-- | libcxx/include/ios | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/ios b/libcxx/include/ios index d02651b8fe6..7e489e390aa 100644 --- a/libcxx/include/ios +++ b/libcxx/include/ios @@ -227,7 +227,7 @@ typedef ptrdiff_t streamsize; class _LIBCPP_VISIBLE ios_base { public: - class failure; + class _LIBCPP_VISIBLE failure; typedef unsigned int fmtflags; static const fmtflags boolalpha = 0x0001; @@ -271,7 +271,7 @@ public: typedef _VSTD::streamoff streamoff; typedef _VSTD::streampos streampos; - class Init; + class _LIBCPP_VISIBLE Init; // 27.5.2.2 fmtflags state: _LIBCPP_INLINE_VISIBILITY fmtflags flags() const; |

