mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 20:17:13 +02:00
Restore Sun workaround
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user