forked from boostorg/system
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
|
# define BOOST_SYSTEM_DECL_ BOOST_SYSTEM_DECL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class BOOST_SYMBOL_VISIBLE generic_error_category: public error_category
|
class generic_error_category: public error_category
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
@ -379,7 +379,7 @@ public:
|
|||||||
BOOST_SYSTEM_DECL_ std::string message( int ev ) const;
|
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:
|
public:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user