annotations_of
should not instantiate class template specializations
#108
Labels
p2996-ext
A behavior not part of P2996, but proposed for a related paper
Calling
annotations_of(^^Cls<int>)
should not trigger an instantiation ofCls<int>
- but note that the needle needs to be carefully threaded here, as the dependent annotation expressions do need to be instantiated and attached to the specialization'sDecl
. e.g.,(godbolt)
The text was updated successfully, but these errors were encountered: