summaryrefslogtreecommitdiff
path: root/boost/regex/v4/regex_raw_buffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/regex/v4/regex_raw_buffer.hpp')
-rw-r--r--boost/regex/v4/regex_raw_buffer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/regex/v4/regex_raw_buffer.hpp b/boost/regex/v4/regex_raw_buffer.hpp
index 52d45a250b..c7792e3d2e 100644
--- a/boost/regex/v4/regex_raw_buffer.hpp
+++ b/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;
}