From 68c89304f24c49bbe7f733e9fb08e9f1cad85334 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 18 Sep 2018 22:30:52 +0300 Subject: [PATCH] Revert "Sprinkle more BOOST_SYMBOL_VISIBLE throughout" This reverts commit bbd0a3766da8cc48a09963bb50c27ae9a6cefc6f. --- include/boost/system/error_code.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/system/error_code.hpp b/include/boost/system/error_code.hpp index c0d513c..cac3a3b 100644 --- a/include/boost/system/error_code.hpp +++ b/include/boost/system/error_code.hpp @@ -225,13 +225,13 @@ namespace boost // class error_category ------------------------------------------------// - class BOOST_SYMBOL_VISIBLE error_category : public noncopyable + class error_category : public noncopyable { #ifndef BOOST_NO_CXX11_HDR_SYSTEM_ERROR private: - class BOOST_SYMBOL_VISIBLE std_category: public std::error_category + class std_category: public std::error_category { private: @@ -282,7 +282,7 @@ namespace boost private: - class BOOST_SYMBOL_VISIBLE std_category + class std_category { private: