id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10370,Iterating over ptr_map type is largely broken in 1.56,scottbgoldblatt@…,Thorsten Ottosen,"Iteration over map fails on most types, except for value. Not sure which version this failure began, but definitely present in 1.56 The following simple snippet will fail: typedef boost::ptr_map test_map_type; test_map_type test_map; BOOST_FOREACH(test_map_type::const_reference r, test_vector ) { } Will also fail with reference, iterator, const_iterator. boost::tie also fails. Can iterate by value, but this does not help with my application since the mapped type will be an abstract type (so no clone allocator for mapped type)",Bugs,new,To Be Determined,ptr_container,Boost 1.56.0,Showstopper,,ptr_map,