[ConceptGCC] |
ConceptGCC :Re: incomplete data types |
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2007-01-22 22:59:00
On Jan 22, 2007, at 10:54 AM, TheChao wrote:
> What combination of concepts allows me to declare arrays without
> getting an 'have incomplete type' error?
std::DefaultConstructible should have been enough. Another compiler bug!
Filed in the Trac at http://svn.osl.iu.edu/trac/conceptgcc/ticket/4
Thanks!
Cheers,
Doug