Fix gcc build

This commit is contained in:
Twan van Laarhoven
2020-05-18 00:10:02 +02:00
parent 7ac44fcff1
commit a0f077e3b6
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -222,7 +222,8 @@ String make_non_capturing(const String& re);
// ----------------------------------------------------------------------------- : Iterator utilities
struct end_sentinel_t {} end_sentinel;
struct end_sentinel_t {};
const end_sentinel_t end_sentinel;
// Iterate over a string, removing all matching substrings.
// match.operator(it,end) should return false or return true and advance it past the substring