PR44958: Allow member calls and typeid / dynamic_cast on mutable objects
and objects with mutable subobjects. The standard wording doesn't really cover these cases; accepting all such cases seems most in line with what we do in other cases and what other compilers do. (Essentially this means we're assuming that objects external to the evaluation are always in-lifetime.)
Loading
Please register or sign in to comment