Subject: [Boost-bugs] [Boost C++ Libraries] #9552: bimap compilation fails on 1.55 that was successful on 1.54 (hash_detail issues)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-01-08 05:36:30
#9552: bimap compilation fails on 1.55 that was successful on 1.54 (hash_detail
issues)
--------------------------------------+---------------------
Reporter: Artem V L <luart@â¦> | Owner: matias
Type: Bugs | Status: new
Milestone: To Be Determined | Component: bimap
Version: Boost 1.55.0 | Severity: Problem
Keywords: bimap, hash, hash_detail |
--------------------------------------+---------------------
Bimap compilation fails on Boost 1.55 because of hashing issues.
Platform: gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1 x64, C++11 compilation
mode
Bimap declaration:
{{{
typedef boost::bimap<boost::bimaps::unordered_set_of<Id>,
boost::bimaps::unconstrained_set_of<Id>,
boost::bimaps::vector_of_relation> Nbimap;
Nbimap m_nbimap;
}}}
Where id is unsigned int or int (conditional).
Build log is attached.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9552> 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:15 UTC