diff --git a/doc/history.qbk b/doc/history.qbk index 4f2e012d..d190debb 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -15,7 +15,7 @@ Currently open issues can be viewed [@https://svn.boost.org/trac/boost/query?sta All issues including closed ones can be viewed [@https://svn.boost.org/trac/boost/query?status=assigned&status=closed&status=new&status=reopened&component=regex&order=priority&col=id&col=summary&col=status&col=type&col=milestone&col=component here]. -[h4 Boost.Regex-5.0.0] +[h4 Boost.Regex-5.0.0 (Boost-1.56.0)] * Moved to library-specific version number post the move to Git. And since we have one (minor) breaking change this gets bumped up from v4 to v5. diff --git a/doc/html/boost_regex/background_information/history.html b/doc/html/boost_regex/background_information/history.html index b40b73ef..d26e598c 100644 --- a/doc/html/boost_regex/background_information/history.html +++ b/doc/html/boost_regex/background_information/history.html @@ -37,7 +37,8 @@

- Boost.Regex-5.0.0 + Boost.Regex-5.0.0 + (Boost-1.56.0)
- +

Last revised: December 19, 2013 at 10:47:27 GMT

Last revised: May 23, 2014 at 12:15:55 GMT


diff --git a/include/boost/regex/v4/regex_raw_buffer.hpp b/include/boost/regex/v4/regex_raw_buffer.hpp index 52d45a25..c7792e3d 100644 --- a/include/boost/regex/v4/regex_raw_buffer.hpp +++ b/include/boost/regex/v4/regex_raw_buffer.hpp @@ -129,7 +129,7 @@ public: { if(size_type(last - end) < n) resize(n + (end - start)); - register pointer result = end; + pointer result = end; end += n; return result; }