mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 20:17:13 +02:00
Declare operator std::error_category as BOOST_SYMBOL_VISIBLE
This commit is contained in:
@ -156,7 +156,7 @@ public:
|
||||
|
||||
#if defined(BOOST_SYSTEM_HAS_SYSTEM_ERROR)
|
||||
|
||||
operator std::error_category const & () const;
|
||||
operator std::error_category const & () const BOOST_SYMBOL_VISIBLE;
|
||||
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user