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-03-26 08:58:11
#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 Mark Dixon <m.c.dixon@â¦>):
Hi,
I warn you, I've not done any C++ before, but I'm not sure that's the
problem - the following test compiles and prints out 3.14:
{{{
#include <cmath>
#include <iostream>
int main()
{
long double value = -3.14;
cout << "Absolute: " << std::abs(value) << endl;
}
}}}
{{{
$ pgCC -o test2 test2.cpp
$ ./test2
Absolute: 3.14
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8333#comment:2> 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