$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [iterator] function_output_iterator constructed from a lambda function is not assignable
From: Peter Dimov (lists_at_[hidden])
Date: 2016-02-14 22:20:09
Paul Fultz II wrote:
> The problem is that there is overhead from using `boost::optional` in all
> iterators.
What overhead is there? A single bool? This doesn't seem that terrible to
me.