Boost logo

Boost Users :

Subject: Re: [Boost-users] [Container][Interprocess] Can't use map with incomplete type and interprocess allocator
From: Jensen, Erik A (Erik.Jensen_at_[hidden])
Date: 2012-02-07 18:12:56


On Tuesday, February 07, 2012 2:03 PM, Ion Gaztañaga wrote:
>El 07/02/2012 20:12, Jensen, Erik A escribió:
>> The following code gives me a compiler error on Visual Studio 2010
>> with both Boost 1.48 and 1.49beta1:
>
>There is no guarantee that you can build containers of incomplete types with any allocator type. The allocator might need to instantiate the type (say, because it uses sizeof(T) to calculate some compile-time internal static constants).

It definitely makes sense that some allocators wouldn't support incomplete types. In this case, however, the allocator itself can be instantiated without issue (T is only used in typedefs and member functions).
>
>Nevertheless, I would like to see if this is possible for Boost.Container and some basic Boost.Interprocess allocators. Can you please fill a bug on the track so that this issue is not forgotten?
>
Ticket #6533
(https://svn.boost.org/trac/boost/ticket/6533)

>Best,
>
>Ion

Thanks again for your help,
Erik Jensen


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net