diff --git a/include/boost/integer_traits.hpp b/include/boost/integer_traits.hpp index 837531d..d4776bc 100644 --- a/include/boost/integer_traits.hpp +++ b/include/boost/integer_traits.hpp @@ -47,7 +47,10 @@ public: }; #ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION -// The definition is required even for integral static constants +// A definition is required even for integral static constants +template +const bool integer_traits_base::is_integral; + template const T integer_traits_base::const_min;