diff --git a/include/boost/cast.hpp b/include/boost/cast.hpp index f6cb3bb..1311d3a 100644 --- a/include/boost/cast.hpp +++ b/include/boost/cast.hpp @@ -133,7 +133,7 @@ namespace boost template struct limits : std::numeric_limits { - static inline T min() + static inline T min() # ifndef __GNUC__ // bug workaround courtesy Jens Maurer { return std::numeric_limits::min() >= 0 @@ -144,7 +144,7 @@ namespace boost # else ; # endif - }; + }; }; # ifdef __GNUC__ // bug workaround courtesy Jens Maurer