Opened 9 years ago

#9552 new Bugs

bimap compilation fails on 1.55 that was successful on 1.54 (hash_detail issues)

Reported by: Artem V L <luart@…> 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)

build.log.zip (6.8 KB ) - added by Artem V L <luart@…> 9 years ago.
Build log of the bimap

Download all attachments as: .zip

Change History (1)

by Artem V L <luart@…>, 9 years ago

Attachment: build.log.zip added

Build log of the bimap

Note: See TracTickets for help on using tickets.