30 Aug
2008
30 Aug
'08
5:55 p.m.
AMDG Hajo Kirchhoff wrote:
Hello, I would like to compare two boost::function
objects, but get an "boost::operator ==' : 4 overloads have similar conversions" error. On Visual Studio 2008 SP1, both Win32 and x64 target platform, the following code does not compile:
boost::function
one, two; if (one==two) one.clear(); I get the compile error messages below.
Any ideas, any help?
Comparing two boost::functions is unsupported. http://www.boost.org/doc/libs/1_36_0/doc/html/function/faq.html#id2914657 In Christ, Steven Watanabe