mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Operators: Remove obsolete GCC version check.
[SVN r86114]
This commit is contained in:
parent
4dc9659097
commit
37c8f45edc
@ -97,14 +97,7 @@
|
||||
namespace boost {
|
||||
namespace detail {
|
||||
|
||||
template <typename T> class empty_base {
|
||||
|
||||
// Helmut Zeisel, empty base class optimization bug with GCC 3.0.0
|
||||
#if defined(__GNUC__) && __GNUC__==3 && __GNUC_MINOR__==0 && __GNU_PATCHLEVEL__==0
|
||||
bool dummy;
|
||||
#endif
|
||||
|
||||
};
|
||||
template <typename T> class empty_base {};
|
||||
|
||||
} // namespace detail
|
||||
} // namespace boost
|
||||
|
Loading…
x
Reference in New Issue
Block a user