From 37c8f45edc124b7228172337fae0705003a4ec43 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 1 Oct 2013 08:47:11 +0000 Subject: [PATCH] Operators: Remove obsolete GCC version check. [SVN r86114] --- include/boost/operators.hpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/include/boost/operators.hpp b/include/boost/operators.hpp index b524cee..ac3eaff 100644 --- a/include/boost/operators.hpp +++ b/include/boost/operators.hpp @@ -97,14 +97,7 @@ namespace boost { namespace detail { -template 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 class empty_base {}; } // namespace detail } // namespace boost