boost::container::set insert range bug
19 Feb
2016
19 Feb
'16
3:47 p.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
23 Feb
23 Feb
4:06 a.m.
Hi, Han
2016-02-20 0:47 GMT+09:00 Han Wang
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
3200
Age (days ago)
3204
Last active (days ago)
1 comments
2 participants
participants (2)
-
Akira Takahashi
-
Han Wang