mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-06-29 22:11:09 +02:00
Compare commits
3 Commits
exception_
...
boost-1.62
Author | SHA1 | Date | |
---|---|---|---|
fc1ca8aef6 | |||
c89a2db112 | |||
f52e2fe315 |
@ -449,6 +449,11 @@ boost
|
||||
{
|
||||
}
|
||||
|
||||
#if defined(__GNUC__)
|
||||
# if (__GNUC__ == 4 && __GNUC_MINOR__ >= 1) || (__GNUC__ > 4)
|
||||
# pragma GCC visibility push (default)
|
||||
# endif
|
||||
#endif
|
||||
template <class T>
|
||||
class
|
||||
clone_impl:
|
||||
@ -490,6 +495,11 @@ boost
|
||||
}
|
||||
};
|
||||
}
|
||||
#if defined(__GNUC__)
|
||||
# if (__GNUC__ == 4 && __GNUC_MINOR__ >= 1) || (__GNUC__ > 4)
|
||||
# pragma GCC visibility pop
|
||||
# endif
|
||||
#endif
|
||||
|
||||
template <class T>
|
||||
inline
|
||||
|
Reference in New Issue
Block a user