Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2016 11:11:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 207253] cad/openvsp: Fix in 11-CURRENT
Message-ID:  <bug-207253-29464-WCn8LPsLt0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207253-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207253-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207253

--- Comment #24 from Raphael Kubo da Costa <rakuco@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.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207253-29464-WCn8LPsLt0>