2
0
mirror of https://github.com/boostorg/regex.git synced 2026-02-14 00:52:12 +00:00

Added needed const qualifier on out of line deffinition.

[SVN r19306]
This commit is contained in:
John Maddock
2003-07-25 11:57:19 +00:00
parent 11f535596b
commit 8a5b00c128

View File

@@ -82,7 +82,7 @@ public:
#ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION
template <class I>
bool is_random_access_iterator<I>::value;
const bool is_random_access_iterator<I>::value;
#endif
}