11 May
2015
11 May
'15
8:09 p.m.
El 11/05/2015 a las 9:50, Jonas Printzén escribió:
slist under "Using base hooks http://www.boost.org/doc/libs/1_55_0/doc/html/intrusive/usage.html#intrusive..." shows example with push_back() without mentioning cache_last. Mabey it should be push_front() in that example?
That page shows a hook for a doubly linked lists ("boost::intrusive::list", which can push_back and front. cache_last is only for the singly linked list ("boost::intrusive::slist") Best, Ion