[Boost-bugs] [Boost C++ Libraries] #12648: Missing includes in boost/icl/left_open_interval.hpp

Subject: [Boost-bugs] [Boost C++ Libraries] #12648: Missing includes in boost/icl/left_open_interval.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-12-05 15:02:38


#12648: Missing includes in boost/icl/left_open_interval.hpp
---------------------------------------------------+---------------------
 Reporter: Vincenzo Giovanni Comito <clynamen@…> | Owner: jofaber
     Type: Bugs | Status: new
Milestone: Boost 1.62.0 | Component: ICL
  Version: Boost 1.62.0 | Severity: Problem
 Keywords: header missing |
---------------------------------------------------+---------------------
 This example does not compile


 {{{
 #include <boost/icl/left_open_interval.hpp>

 int main(int argc, char** argv) {
   return 0;
 }
 }}}

 compilation result:

 {{{
 In file included from /usr/include/boost/config.hpp:61:0,
                  from /usr/include/boost/concept/assert.hpp:7,
                  from /usr/include/boost/icl/left_open_interval.hpp:12,
                  from main.cpp:1:
 /usr/include/boost/icl/type_traits/rep_type_of.hpp:36:9: error: ‘is_same’
 was not declared in this scope
          BOOST_STATIC_CONSTANT(bool,

 }}}

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