Boost logo

Boost :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2007-09-21 16:38:32


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*.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk