Opened 12 years ago
Closed 12 years ago
#4380 closed Bugs (duplicate)
numeric/interval/hw_rounding.hpp upgrade to accept __SUNPRO_CC rounding control mechanism
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | Boost 1.44.0 | Component: | interval |
Version: | Boost 1.44.0 | Severity: | Problem |
Keywords: | Cc: | stephen.clamage@… |
Description
This fix upgrades
boost/numeric/interval/hw_rounding.hpp
file which allows several numeric/interval benchmarks to be successfully built and run.
Without this fix those benchmarks produce the following error message:
"error Boost.Numeric.Interval: Please specify rounding control mechanism."
Please note that for successful build of mentioned benchmarks on x86 Solaris 5.10 platform you need to install Solaris patch 119967-01.
This patch has fix for bug in <fenv.h> system file which othervise will fail with syntax errors.
There is no problem on Open Solaris though.
Change History (1)
comment:1 by , 12 years ago
Component: | None → interval |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicates #4378.