Declare operator std::error_category as BOOST_SYMBOL_VISIBLE

This commit is contained in:
Peter Dimov
2021-06-12 05:12:58 +03:00
parent 7d9eb384c6
commit 45e9dfeba9

View File

@ -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
};