mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 15:22:09 +02:00
Added needed const qualifier on out of line deffinition.
[SVN r19306]
This commit is contained in:
@ -82,7 +82,7 @@ public:
|
|||||||
|
|
||||||
#ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION
|
#ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION
|
||||||
template <class I>
|
template <class I>
|
||||||
bool is_random_access_iterator<I>::value;
|
const bool is_random_access_iterator<I>::value;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user