[PATCH] D36353: Instantiate constexpr function when it is used
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 5 11:16:17 PDT 2017
rsmith requested changes to this revision.
rsmith added a comment.
This revision now requires changes to proceed.
The current behaviour is correct according to the latest discussions of CWG. We shouldn't be delaying instantiation; we just need to fix the recent regression for functions where we try to instantiate functions that don't have a complete body yet.
https://reviews.llvm.org/D36353
More information about the cfe-commits
mailing list