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
Sam added the method for determining whether an expression is non-modifying and used it to check the expression for the dynamic_check operator. The method needs to be used to check the subexpressions of bounds expressions.
This issue was copied from checkedc/checkedc-clang#38
Bounds expressions and where clauses can only use non-modifying expressions. The checking for this needs to be implemented.
The text was updated successfully, but these errors were encountered: