On 11/30/2011 04:42 PM, Paolo Carlini wrote:
add_implicitly_declared_members sets TYPE_HAS_DEFAULT_CONSTRUCTOR (t) = 1 for B, but then, in explain_non_literal_class, the true value doesn't imply that locate_ctor actually finds the constructor, due to the nature of A.
It should find a deleted constructor. Jason