$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Achilleas Margaritis (axilmar_at_[hidden])
Date: 2007-09-21 13:36:15
O/H Sebastian Redl ÎγÏαÏε:
> Achilleas Margaritis wrote:
>> Is there an STL implementation without this problem? perhaps STLPort? I
>> have to try it myself, but if anyone knows, please tell me.
>>
> Didn't Ion Gaztanaga effectively rewrite all STL containers for
> Interprocess to make them use the allocator's pointer type? These
> containers might be suitable for normal use, too.
>
I tried STLPort, it compiles, but it does not use allocator::pointer as
well :(.
Are these STL containers available somewhere? are they part of boost? I
can't find them.