I have a C++ code in my hands that used to compile with an older version of boost (unfortunately I don't know which). When I'm trying to compile at the moment I'm getting this error:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1026:13: error: no matching constructor for initialization of
'binder2nd<std::__1::const_mem_fun1_t<void, CBatEvent,="" CBatModule="" *=""> >'
{return binder2nd<Operation>(op, __x);}
Did someone had this error before and can help me a bit? I'm a completely novice on that mater.
Best,
Stefanos
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear all.
I have a C++ code in my hands that used to compile with an older version of boost (unfortunately I don't know which). When I'm trying to compile at the moment I'm getting this error:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1026:13: error: no matching constructor for initialization of
'binder2nd<std::__1::const_mem_fun1_t<void, CBatEvent,="" CBatModule="" *=""> >'
{return binder2nd<Operation>(op, __x);}
Did someone had this error before and can help me a bit? I'm a completely novice on that mater.
Best,
Stefanos