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

David Chisnall <thera...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thera...@freebsd.org

--- Comment #21 from David Chisnall <thera...@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.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to