bimap broken in 1.59 on mac?
I have been using boost::bimap for quite some time, and in 1.59 I am
seeing numerous compiler errors that terminate with:
BIMAP_STATIC_ERROR__const_local_iterator_type_by_FAILURE
I have no idea what is causing this, and a google search doesn't turn up
anything either. Has anyone seen this?
COMPILER:
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.5.0
Here is a simple code to generate the problem:
//----------
#include
participants (1)
-
James Sutherland