[PATCH] D22587: [ASTContext] Fix part of DR224 for nontype template arguments
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 9 17:03:11 PDT 2016
rsmith added a comment.
Discussion on the core reflector suggests that we should use odr-style equivalence when identifying the current instantiation, and not look through static const member initializers as the example in the standard suggests. Let's hold off on this until CWG has a chance to discuss it in person.
https://reviews.llvm.org/D22587
More information about the cfe-commits
mailing list