You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I believe I found a bug in Pattern, I expect that all 3 of these would compile fine but 3rd one seems to give a compile time error saying "Regular Expression contains syntax error":
rfl::Pattern<R"(-)", "first"> first; // works
rfl::Pattern<R"([\-])", "second"> second; // works
rfl::Pattern<R"([-])", "third"> third; // error
The text was updated successfully, but these errors were encountered:
Hi, I believe I found a bug in Pattern, I expect that all 3 of these would compile fine but 3rd one seems to give a compile time error saying "Regular Expression contains syntax error":
The text was updated successfully, but these errors were encountered: