mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 04:27:14 +02:00
Restore Sun workaround
This commit is contained in:
@ -155,9 +155,11 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if defined(BOOST_SYSTEM_HAS_SYSTEM_ERROR)
|
#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;
|
operator std::error_category const & () const BOOST_SYMBOL_VISIBLE;
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user