[Boost-bugs] [Boost C++ Libraries] #6496: interval equality operator throws

Subject: [Boost-bugs] [Boost C++ Libraries] #6496: interval equality operator throws
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-01-30 20:02:51


#6496: interval equality operator throws
-------------------------------------------+--------------------------------
 Reporter: gast128 <gast128@…> | Owner: bgubenko
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: interval
  Version: Boost 1.48.0 | Severity: Problem
 Keywords: |
-------------------------------------------+--------------------------------
 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?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6496>
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:08 UTC