Opened 9 years ago
#9552 new Bugs
bimap compilation fails on 1.55 that was successful on 1.54 (hash_detail issues)
Reported by: | Owned by: | Matias Capeletto | |
---|---|---|---|
Milestone: | To Be Determined | Component: | bimap |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | bimap, hash, hash_detail | Cc: |
Description
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.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Build log of the bimap