erik.pilkington added a comment.

Duncan pointed out eel.is/c++draft/class.init#class.base.init-13, which appears 
to claim that initialization ends with the execution of the constructor, 
excluding temporary destructors.

> (13) In a non-delegating constructor, initialization proceeds in the 
> following order:
>  /* list of steps... */
>  (13.4) **Finally, the compound-statement of the constructor body is 
> executed.**

John: do you agree with this analysis?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61165/new/

https://reviews.llvm.org/D61165



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to