https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207253
--- Comment #8 from Dimitry Andric <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
