Added out of line deffinition for integral constant.

[SVN r19304]
This commit is contained in:
John Maddock
2003-07-25 11:20:39 +00:00
parent 8be91f0568
commit bba214f904

View File

@ -80,6 +80,11 @@ public:
BOOST_STATIC_CONSTANT(bool, value = answer::value);
};
#ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION
template <class I>
bool is_random_access_iterator<I>::value;
#endif
}
#endif