From 24e6bfbfaa53d5cfd695631d6f70b7c5df6c05ae Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sun, 18 Nov 2001 17:37:21 +0000 Subject: [PATCH] add definition for integral constants initialized in-class [SVN r11724] --- include/boost/integer_traits.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;