From 8a5b00c128d8f530da62bc05de4045f5035334ad Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 25 Jul 2003 11:57:19 +0000 Subject: [PATCH] Added needed const qualifier on out of line deffinition. [SVN r19306] --- include/boost/regex/v4/iterator_category.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/regex/v4/iterator_category.hpp b/include/boost/regex/v4/iterator_category.hpp index 1ed72c5e..d0c2b0f7 100644 --- a/include/boost/regex/v4/iterator_category.hpp +++ b/include/boost/regex/v4/iterator_category.hpp @@ -82,7 +82,7 @@ public: #ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION template -bool is_random_access_iterator::value; +const bool is_random_access_iterator::value; #endif }