boostorg / multi_index

Boost.org multi_index module
http://boost.org/libs/multi_index
45 stars 59 forks source link

Another c++11 issue with value_type #7

Closed jhunold closed 9 years ago

jhunold commented 9 years ago

See #6 and 3f8d49acea7857383dbae904048d75f4c2099b51 for the first patch. Now operator= needs to use the typedef from the super class which in turn can not be private anymore

joaquintides commented 9 years ago

Oh my, I definitely need to get me a C++11 compiler. My previous fix was bogus, I inserted the BOOST_DEDUCED_TYPENAME in the wrong member function. Could you please verify if https://github.com/boostorg/multi_index/commit/a26d8895847bd42015f7bd9a3651518679ddf7c2 fixes things up? Thank you for your help

jhunold commented 9 years ago

Fixed with https://github.com/boostorg/multi_index/commit/a26d8895847bd42015f7bd9a3651518679ddf7c2