From 9c00e47bac9793fbc8acdf739bd1cf010acf0fcd Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sun, 23 Mar 2014 15:23:20 +0300 Subject: [PATCH 1/3] Remove register storage specifier Remove register storage specifier to silence clang warnings "'register' storage class specifier is deprecated". --- include/boost/regex/v4/regex_raw_buffer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } From 7a9887f7eb84451cc0bb69793d90d6a0f7323566 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Thu, 24 Apr 2014 11:35:58 +0100 Subject: [PATCH 2/3] Remove use of deprecated register keyword, see: https://svn.boost.org/trac/boost/ticket/9640 --- include/boost/regex/v4/regex_raw_buffer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } From 4da55ec468a9233f92778fda315553df6fe58d82 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 23 May 2014 13:16:30 +0100 Subject: [PATCH 3/3] Doc update. --- doc/history.qbk | 2 +- doc/html/boost_regex/background_information/history.html | 3 ++- doc/html/index.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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)
  • diff --git a/doc/html/index.html b/doc/html/index.html index 19acfe92..d431db4d 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -198,7 +198,7 @@

- +

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

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