Opened 10 years ago
#7450 new Bugs
Buggy rounded_arith.hpp
Reported by: | Owned by: | Boris Gubenko | |
---|---|---|---|
Milestone: | To Be Determined | Component: | interval |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | rounded_arith | Cc: |
Description
The rounded_arith file is currently buggy, because it misses an explicit this-> to some function calls (due to the evolution in template compilation of g++ since version 4.0). I attach the small patch to get it working.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
patch to get it working