Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2016 09:36:14 +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-zJ2uuW8DJ0@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

David Chisnall <theraven@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |theraven@FreeBSD.org

--- Comment #21 from David Chisnall <theraven@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.

--=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-zJ2uuW8DJ0>