$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Containers] How about a list with O(1) splice?
From: Olaf van der Spek (ml_at_[hidden])
Date: 2011-10-06 15:01:38
On Thu, Oct 6, 2011 at 8:50 PM, Dave Abrahams <dave_at_[hidden]> wrote:
>> Wouldn't it be a logic_error? An assert seems more appropriate.
>
> That's my point. IMO we shouldn't throw in response to conditions that
> are almost certainly programming errors.
assert() works only in NDEBUG builds. What options besides throwing
does one have?
Olaf