summaryrefslogtreecommitdiffstats
path: root/libcxx/include/system_error
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-09-14 00:39:16 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-09-14 00:39:16 +0000
commitaeb85680fb688e96ba2d2fc7703ae6e57cc44097 (patch)
treebbdd33a4628645c6a5a0af91f42a642c296bf09f /libcxx/include/system_error
parentf6e2bc07eb3d0e5a1ab25a0b84e0c3aa42668a5a (diff)
downloadbcm5719-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/system_error')
-rw-r--r--libcxx/include/system_error8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcxx/include/system_error b/libcxx/include/system_error
index e9f2b55eac1..9f7e4e9e34a 100644
--- a/libcxx/include/system_error
+++ b/libcxx/include/system_error
@@ -354,12 +354,12 @@ struct _LIBCPP_VISIBLE is_error_condition_enum<errc::_>
: true_type { };
#endif
-class error_condition;
-class error_code;
+class _LIBCPP_VISIBLE error_condition;
+class _LIBCPP_VISIBLE error_code;
// class error_category
-class __do_message;
+class _LIBCPP_HIDDEN __do_message;
class _LIBCPP_VISIBLE error_category
{
@@ -387,7 +387,7 @@ public:
_LIBCPP_ALWAYS_INLINE
bool operator< (const error_category& __rhs) const _NOEXCEPT {return this < &__rhs;}
- friend class __do_message;
+ friend class _LIBCPP_HIDDEN __do_message;
};
class _LIBCPP_HIDDEN __do_message
OpenPOWER on IntegriCloud