Charles Brockman skrev:
Thorsten Ottosen wrote:
I fixed the typedefs which allowed the test program to compile. Alas, I prudently used a typedef in my own application program when changing from std::map to boost::ptr_map. That typedef is correct. My minimal test example is not a true representation of my application program's problem. In the latter case when constructing the combining iterators, I'm getting: boost::detail::error_not_related_by_convertibility
' : base class undefined and 'type' : is not a member of 'boost::detail::minimum_category_impl ::apply I'm going back in another attempt to decipher the error messages and perhaps construct a small example program which demonstrates the problem.
There are some minor differences between std::map