Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8333: [math] PGI 11.3 problems (sph_bessel.cpp, sph_bessel.cpp)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-03 14:16:30
#8333: [math] PGI 11.3 problems (sph_bessel.cpp, sph_bessel.cpp)
-------------------------------------------------+--------------------------
Reporter: Mark Dixon <m.c.dixon@â¦> | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: math
Version: Boost 1.53.0 | Severity: Problem
Resolution: | Keywords: pgi
-------------------------------------------------+--------------------------
Comment (by anonymous):
OK, next try: can you replace in boost/math/special_functions/sinc.hpp,
from line 64
{{{
#if defined(BOOST_NO_STDC_NAMESPACE) && !defined(__SUNPRO_CC)
using ::abs;
using ::sin;
using ::sqrt;
#else /* BOOST_NO_STDC_NAMESPACE */
using ::std::abs;
using ::std::sin;
using ::std::sqrt;
#endif /* BOOST_NO_STDC_NAMESPACE */
}}}
with simply
{{{
BOOST_MATH_STD_USING
}}}
And see if that kills some of the errors?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8333#comment:9> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC