Make ios_base::failure visibility specified consistent
authorEric Fiselier <eric@efcs.ca>
Thu, 21 Apr 2016 23:00:33 +0000 (23:00 +0000)
committerEric Fiselier <eric@efcs.ca>
Thu, 21 Apr 2016 23:00:33 +0000 (23:00 +0000)
llvm-svn: 267076

libcxx/include/ios

index 1deb5f6..cbea478 100644 (file)
@@ -231,7 +231,7 @@ typedef ptrdiff_t streamsize;
 class _LIBCPP_TYPE_VIS ios_base
 {
 public:
-    class _LIBCPP_TYPE_VIS failure;
+    class _LIBCPP_EXCEPTION_ABI failure;
 
     typedef unsigned int fmtflags;
     static const fmtflags boolalpha   = 0x0001;