2
0
mirror of https://github.com/boostorg/integer.git synced 2026-01-22 17:22:39 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
nobody
f288549788 This commit was manufactured by cvs2svn to create tag
'Version_1_25_1_BGL'.

[SVN r11635]
2001-11-08 17:13:50 +00:00

View File

@@ -47,10 +47,7 @@ public:
};
#ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION
// A definition is required even for integral static constants
template<class T, T min_val, T max_val>
const bool integer_traits_base<T, min_val, max_val>::is_integral;
// The definition is required even for integral static constants
template<class T, T min_val, T max_val>
const T integer_traits_base<T, min_val, max_val>::const_min;