Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | P0859R0: List-initialization is potentially-constant-evaluated and | Richard Smith | 2018-09-26 | 1 | -0/+12 |
triggers instantiation of constexpr functions. We mostly implemented this since Clang 6, but missed the template instantiation case. We do not implement the '&cast-expression' special case. It appears to be a mistake / oversight. I've mailed CWG to see if we can remove it. llvm-svn: 343064 |