$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [container] moving a pre-built vector into a flat_set
From: Sam Kellett (samkellett_at_[hidden])
Date: 2015-09-16 11:12:11
>
> i would err on the side of this new constructor simply being undefined
> behaviour if non-sorted data is given to it
>
by 'new constructor' i mean the flat_set(ordered_unique_t, storage sorted)
one, not the flat_set(storage raw).