Subject: [Boost-bugs] [Boost C++ Libraries] #8350: Missing concept_check.hpp include at closed_interval.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-03-29 12:59:11
#8350: Missing concept_check.hpp include at closed_interval.hpp
---------------------------------------------------------+------------------
Reporter: Evgeny Panasyuk <evgeny.panasyuk@â¦> | Owner: jofaber
Type: Bugs | Status: new
Milestone: To Be Determined | Component: ICL
Version: Boost 1.53.0 | Severity: Problem
Keywords: |
---------------------------------------------------------+------------------
boost/icl/closed_interval.hpp uses Boost Concept Check Library but does
not include it resulting in [http://liveworkspace.org/code/4xSDJn$0
compile errors]:
{{{#!c++
//#include <boost/concept_check.hpp> // <-- missing
#include <boost/icl/closed_interval.hpp>
int main()
{
boost::icl::closed_interval<unsigned> interval;
}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8350> 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:12 UTC