mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 20:17:13 +02:00
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:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user