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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 24 15:14:12 UTC 2016


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

--- Comment #8 from Dimitry Andric <dim at FreeBSD.org> ---
I think the program should not try to use both "using namespace std", and then
use a reserved C++11 name.  It should either drop the "using namespace std", or
rename its own array to e.g. openvsp_array or even better, ovenvsp::array.

In general, try to avoid "using namespace std".

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


More information about the freebsd-toolchain mailing list