From 45e9dfeba9f984f521f66911cccb57215f9a5185 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 12 Jun 2021 05:12:58 +0300 Subject: [PATCH] Declare operator std::error_category as BOOST_SYMBOL_VISIBLE --- include/boost/system/detail/error_category.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/system/detail/error_category.hpp b/include/boost/system/detail/error_category.hpp index 07c0aa7..b649ef9 100644 --- a/include/boost/system/detail/error_category.hpp +++ b/include/boost/system/detail/error_category.hpp @@ -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 };