[Bug 207253] cad/openvsp: Fix in 11-CURRENT
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 26 09:36:14 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207253
David Chisnall <theraven at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |theraven at FreeBSD.org
--- Comment #21 from David Chisnall <theraven at FreeBSD.org> ---
This patch looks more complicated than it needs to be. Wouldn't inserting:
using ::array;
Immediately after the definition of array work? Alternatively, changing the
uses of array to ::array would also work without sticking array in a
namespace.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-toolchain
mailing list