mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 21:06:59 -04:00
Fix gcc build
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user