On Tue, Apr 3, 2018 at 12:06 PM, Jakub Jelinek <ja...@redhat.com> wrote:
> From N2965 it is unclear to me what should the trait do on classes with > incomplete types, but given that __bases already returns an empty pack, > this patch does the same for __direct_bases. > I think it should be ill-formed, i.e. call complete_type_or_maybe_complain from tsubst_pack_expansion. Jason