Revert "Add BOOST_SYMBOL_VISIBLE to generic_error_category and system_error_category, to placate ubsan"

This reverts commit a9909bb82b.
This commit is contained in:
Peter Dimov
2018-09-18 22:30:54 +03:00
parent 68c89304f2
commit 9afd678532

View File

@ -361,7 +361,7 @@ namespace detail
# define BOOST_SYSTEM_DECL_ BOOST_SYSTEM_DECL
#endif
class BOOST_SYMBOL_VISIBLE generic_error_category: public error_category
class generic_error_category: public error_category
{
public:
@ -379,7 +379,7 @@ public:
BOOST_SYSTEM_DECL_ std::string message( int ev ) const;
};
class BOOST_SYMBOL_VISIBLE system_error_category: public error_category
class system_error_category: public error_category
{
public: