Ignore noderef attribute in unevaluated context
The noderef attribute is for catching code that accesses pointers in a different address space. Unevaluated code is always safe in that regard.
Loading
Please register or sign in to comment
The noderef attribute is for catching code that accesses pointers in a different address space. Unevaluated code is always safe in that regard.