https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207253
--- Comment #24 from Raphael Kubo da Costa <[email protected]> --- (In reply to David Chisnall from comment #23) > The following works It still doesn't work here (clang++ -c test.cc, no additional parameters): test.cc:11:1: error: unknown type name 'array' array<int> x(1); ^ test.cc:11:6: error: expected unqualified-id array<int> x(1); ^ 2 errors generated. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
