Compile error c3066 with vs2013 community

hello every one~
one question about compiling ERM, I meet an error below,
It seemed a VS2013 BUG??
did any one meet this too?
1>D:\project\boost_1_57_0\boost/variant/variant.hpp(938): error C3066: there are multiple ways that an object of this type can be called with these arguments
1> ERMInterpreter.cpp(1759): could be 'void StandardBodyOptionItemVisitor::operator ()(const boost::spirit::unused_type &) const’
1> ERMInterpreter.cpp(1759): or 'void StandardBodyOptionItemVisitor::operator ()(const ERM::TVarpExp &) const’
1> ERMInterpreter.cpp(1759): or 'void StandardBodyOptionItemVisitor::operator ()(const ERM::TIexp &) const’
1> ERMInterpreter.cpp(1759): or 'void StandardBodyOptionItemVisitor::operator ()(const ERM::TMacroDef &) const’
1> ERMInterpreter.cpp(1759): or 'void StandardBodyOptionItemVisitor::operator ()(const ERM::TSemiCompare &) const’
1> ERMInterpreter.cpp(1759): or 'void StandardBodyOptionItemVisitor::operator ()(const ERM::TCurriedString &) const’
1> ERMInterpreter.cpp(1759): or 'void StandardBodyOptionItemVisitor::operator ()(const ERM::TStringConstant &) const’
1> ERMInterpreter.cpp(1759): or 'void StandardBodyOptionItemVisitor::operator ()(const ERM::TVarConcatString &) const’
1> ERMInterpreter.cpp(1761): or 'void LVL3BodyOptionItemVisitor::operator ()(const ERM::TIexp &) const’
1> ERMInterpreter.cpp(1765): or 'void LVL3BodyOptionItemVisitor::operator ()(const ERM::TVarpExp &) const’
1> while trying to match the argument list ‘(const T0)’

<img src="/uploads/default/original/1X/eadbf5135da96b52f4122a89d5247c3f3325ae93.GIF" width="690" height="322"><br/>

This is known bug bugs.vcmi.eu/view.php?id=1887

but i didn’t find a way to solve it… :frowning:

What about other boost versions? 1.58 1.60?

no help…
maybe I should try lower version like update2 or update1?

What are “update2” and “update1”?

i tried vs2013 update3 & vs2013 update4 with this error
vs2015 is ok but get another more problem

jedz5,

Hi jedz5,
do you slove this error please?
i am try to use the boost 55 version, I meet this error.

not yet…