
18 Dec
2012
18 Dec
'12
9:10 p.m.
El 18/12/2012 0:19, Rich E escribió:
Just wanted to point out that there's an outstanding bug report due to some changes in Boost.Container that seem to have occured somewhere in the 1.52 dev cycle, reported here <https://svn.boost.org/trac/boost/ticket/7650>. In a nutshell, there is a compile time error caused by boost::container::list::const_iterator is trying to use a method called 'to_pointer' that doesn't exist (there is a 'pointer_to' method defined).
Thanks for the reminder. Fixed in revision 82086. Best, Ion