mirror of
https://github.com/boostorg/system.git
synced 2025-08-01 05:24:26 +02:00
Revert "Sprinkle more BOOST_SYMBOL_VISIBLE throughout"
This reverts commit bbd0a3766d
.
This commit is contained in:
@@ -225,13 +225,13 @@ namespace boost
|
|||||||
|
|
||||||
// class error_category ------------------------------------------------//
|
// class error_category ------------------------------------------------//
|
||||||
|
|
||||||
class BOOST_SYMBOL_VISIBLE error_category : public noncopyable
|
class error_category : public noncopyable
|
||||||
{
|
{
|
||||||
#ifndef BOOST_NO_CXX11_HDR_SYSTEM_ERROR
|
#ifndef BOOST_NO_CXX11_HDR_SYSTEM_ERROR
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
class BOOST_SYMBOL_VISIBLE std_category: public std::error_category
|
class std_category: public std::error_category
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
|
||||||
@@ -282,7 +282,7 @@ namespace boost
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
class BOOST_SYMBOL_VISIBLE std_category
|
class std_category
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user