mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 10:24:00 +00:00
Fixed spelling error ing gcc-3.0 bug workaround
[SVN r11888]
This commit is contained in:
parent
7ae912d83c
commit
64e5115138
@ -88,7 +88,7 @@ namespace boost {
|
||||
namespace detail {
|
||||
|
||||
// Helmut Zeisel, empty base class optimization bug with GCC 3.0.0
|
||||
#if defined(__GNUCC__) && __GNUC__==3 && __GNUC_MINOR__==0 && __GNU_PATCHLEVEL__==0
|
||||
#if defined(__GNUC__) && __GNUC__==3 && __GNUC_MINOR__==0 && __GNU_PATCHLEVEL__==0
|
||||
class empty_base {
|
||||
bool dummy;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user