Regex: fix RegexCompileFlags not being an enum class
This commit is contained in:
parent
2d901dc76f
commit
c74becc6af
|
@ -83,7 +83,7 @@ struct CompiledRegex : RefCountable, UseMemoryDomain<MemoryDomain::Regex>
|
||||||
std::unique_ptr<StartChars> start_chars;
|
std::unique_ptr<StartChars> start_chars;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum RegexCompileFlags
|
enum class RegexCompileFlags
|
||||||
{
|
{
|
||||||
None = 0,
|
None = 0,
|
||||||
NoSubs = 1 << 0,
|
NoSubs = 1 << 0,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user