Commit 32429341 authored by Richard Smith's avatar Richard Smith
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment