mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Merge pull request #3 from Lastique/patch-1
Remove register storage specifier
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user