23 Feb
2016
23 Feb
'16
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