Boost logo

Boost :

Subject: Re: [boost] boost::container::set insert range bug
From: Akira Takahashi (faithandbrave_at_[hidden])
Date: 2016-02-22 23:06:26


Hi, Han

2016-02-20 0:47 GMT+09:00 Han Wang <wanghan02_at_[hidden]>:

> Hi,
>
> Let's say we have some simple code here.
>
> boost::container::set<int> s;
> boost::container::set<int> const sp;
> s.insert(boost::begin(sp), boost::end(sp));
>
> This insert call will cause "ambiguous call to overloaded function".
>

Please see follow page for bug report:
http://www.boost.org/development/bugs.html

Thanks,
Akira


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