Re: STL allocator for shared memory
- From: "Joe" <joe@xxxxxxxxxx>
- Date: Fri, 19 Aug 2005 13:42:59 -0700
"Tom Widmer [VC++ MVP]" <tom_usenet@xxxxxxxxxxx> wrote in message
news:uFGrwNNpFHA.1444@xxxxxxxxxxxxxxxxxxxxxxx
> Joe wrote:
> > <nothing of importance>
>
> With Dinkumware's implementation you can use a custom pointer type that
> contains an offset (using the allocator::pointer typedef). I've had
> offset pointers working in a container using their implementation, since
> it is very careful to always use the allocator typedefs rather than
> assuming that pointer == T*.
And THAT actually answers the OP's question!!!
>
> Tom
.
- References:
- STL allocator for shared memory
- From: sutphinwb
- Re: STL allocator for shared memory
- From: Joe
- Re: STL allocator for shared memory
- From: Tom Widmer [VC++ MVP]
- STL allocator for shared memory
- Prev by Date: Re: Copy constructor !
- Next by Date: Is there anyway to forward reference a namespace like STL?
- Previous by thread: Re: STL allocator for shared memory
- Next by thread: NumericUpDown warnings
- Index(es):
Relevant Pages
|