Restore Sun workaround

This commit is contained in:
Peter Dimov
2021-06-12 05:42:03 +03:00
parent 45e9dfeba9
commit 08d62ac444

View File

@ -155,9 +155,11 @@ public:
}
#if defined(BOOST_SYSTEM_HAS_SYSTEM_ERROR)
# if defined(__SUNPRO_CC) // trailing __global is not supported
operator std::error_category const & () const;
# else
operator std::error_category const & () const BOOST_SYMBOL_VISIBLE;
# endif
#endif
};