Opened 11 years ago
Last modified 11 years ago
#6496 new Bugs
interval equality operator throws
Reported by: | Owned by: | Boris Gubenko | |
---|---|---|---|
Milestone: | To Be Determined | Component: | interval |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
the following code throws:
boost::numeric::interval<double> intv(1.0, 2.0); boost::numeric::interval<double> intv2 = intv;
bool b = (intv == intv2);
bug or my fault?
Note:
See TracTickets
for help on using tickets.