
21 Sep
2007
21 Sep
'07
8:38 p.m.
On 09/21/07 15:27, Achilleas Margaritis wrote: [snip]
Sorry, I haven't seen main_stl.cpp. Can I get it from somewhere?
Same place as your code in boost vault. BTW, I'm trying to do std::list<T> correctly; however, I'm having problems. It appears allocator::pointer doesn't help when using: struct node { T elem; node* next_; node* prev_; }; because the begin/end pointers are to node* not to T*.