[PATCH] D46909: [Sema] Fix assertion when constructor is disabled with partially specialized template.

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 15 15:49:42 PDT 2018


rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

Looks good. It might be beneficial to do the lookup twice in this case and then issue a diagnostic if the results differ, but given how rarely this is happening, it doesn't really seem worthwhile.


https://reviews.llvm.org/D46909





More information about the cfe-commits mailing list