[Bug 207253] cad/openvsp: Fix in 11-CURRENT

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 26 11:11:44 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207253

--- Comment #24 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
(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.


More information about the freebsd-toolchain mailing list