Lazily deserialize default member initializers.
This is important to break deserialization cycles, where a lambda in a default member initializer can refer to the field as its context declaration, and the initializer of the field can refer back to the lambda. This is a follow-up to bc73ef00, which applied the same fix to variable declarations for the same reason.
parent
7907fd49
Please register or sign in to comment