Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 2016 15:14:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207253] cad/openvsp: Fix in 11-CURRENT
Message-ID:  <bug-207253-13-PqfdSGh41W@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207253-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207253-13@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

--- Comment #8 from Dimitry Andric <dim@FreeBSD.org> ---
I think the program should not try to use both "using namespace std", and t=
hen
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".

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207253-13-PqfdSGh41W>