mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 20:17:13 +02:00
Mark to_std_category as BOOST_SYMBOL_VISIBLE
This commit is contained in:
@ -53,6 +53,8 @@ public:
|
||||
virtual bool equivalent( const std::error_code & code, int condition ) const BOOST_NOEXCEPT;
|
||||
};
|
||||
|
||||
inline std::error_category const & to_std_category( boost::system::error_category const & cat ) BOOST_SYMBOL_VISIBLE;
|
||||
|
||||
inline std::error_category const & to_std_category( boost::system::error_category const & cat )
|
||||
{
|
||||
typedef std::map< boost::system::error_category const *, std::unique_ptr<std_category> > map_type;
|
||||
|
Reference in New Issue
Block a user