forked from boostorg/throw_exception
Fixing a build glitch in the non-intrusive exception_ptr support (Authorized by Eric)
[SVN r72995]
This commit is contained in:
committed by
Peter Dimov
parent
3655e4c64b
commit
3558cf31c5
@ -132,7 +132,17 @@ boost
|
||||
}
|
||||
};
|
||||
|
||||
#if defined(__GNUC__)
|
||||
# if (__GNUC__ == 4 && __GNUC_MINOR__ >= 1) || (__GNUC__ > 4)
|
||||
# pragma GCC visibility push (default)
|
||||
# endif
|
||||
#endif
|
||||
class exception;
|
||||
#if defined(__GNUC__)
|
||||
# if (__GNUC__ == 4 && __GNUC_MINOR__ >= 1) || (__GNUC__ > 4)
|
||||
# pragma GCC visibility pop
|
||||
# endif
|
||||
#endif
|
||||
|
||||
template <class T>
|
||||
class shared_ptr;
|
||||
|
Reference in New Issue
Block a user