Boost logo

Boost :

Subject: Re: [boost] [Container] small flat set ?
From: Phil Endecott (spam_from_boost_dev_at_[hidden])
Date: 2017-09-09 21:49:57


Ion Gazta?aga <igaztanaga_at_[hidden]>
> I recently committed to develop the initial implementation (not properly
> tested!) to use a different container than boost::container::vector as
> the underlying sequence. The idea is to pass a container instead of an
> allocator:
>
> flat_set<int, std::less<int>, small_vector<int> >
>
> and
>
> flat_set<int, std::less<int>, static_vector<int> >
>
> should work. Or better said, they'll work properly soon. Willing to try?

detail/flat_tree.hpp line 459 tries to use a macro BOOST_INTRUSIVE_HAS_TYPE
which doesn't seem to be defined anywhere.

Regards, Phil.


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