Opened 11 years ago

Last modified 11 years ago

#6496 new Bugs

interval equality operator throws

Reported by: gast128 <gast128@…> 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?

Change History (1)

comment:1 by gast128 <gast128@…>, 11 years ago

Version: Boost 1.48.0Boost 1.47.0
Note: See TracTickets for help on using tickets.