boost::container::set insert range bug

19 Feb
2016
19 Feb
'16
8:47 a.m.
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". Best regards, Han

22 Feb
22 Feb
9:06 p.m.
Hi, Han 2016-02-20 0:47 GMT+09:00 Han Wang <wanghan02@gmail.com>:
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
3481
Age (days ago)
3485
Last active (days ago)
1 comments
2 participants
participants (2)
-
Akira Takahashi
-
Han Wang