Author
anonymous
about 7 years ago
$
prog.cc:5:13: error: invalid use of incomplete type 'foo_t' T{}.foo(foo_t{}); ^~~~~~~ prog.cc:1:8: note: forward declaration of 'foo_t' struct foo_t; ^ 1 error generated.