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
Note that "operator""_a" is a valid string that ends up as "operator_a"; though I suspect this is a bug that happens to fail less loudly than it could have.
The text was updated successfully, but these errors were encountered:
I'm not sure if this should be marked as a bug or not. I imagine it is, but it is one that happens to not break things but rather bind oddly because of C++ syntax rules.
When binding user-defined literal operators, binder seems to give undesired result.
Consider:
The relevant bit of output is:
Note that
"operator""_a"
is a valid string that ends up as"operator_a"
; though I suspect this is a bug that happens to fail less loudly than it could have.The text was updated successfully, but these errors were encountered: