Paste #489235
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | CbcSolverExpandKnapsack.cpp
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xutility(912): error C2675: unary '--': 'OsiCuts::const_iterator' does not define this operator or a conversion to a type acceptable to the predefined operator [C:\Users\davido\projects\libo\workdir\UnpackedTarball\coinmp\Cbc\MSVisualStudio\v9\libCbcSolver\libCbcSolver.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xutility(926): note: see reference to function template instantiation 'void std::_Advance<_InIt,_Diff>(_BidIt &,_Diff,std::bidirectional_iterator_tag)' being compiled
with
[
_InIt=OsiCuts::const_iterator,
_Diff=unsigned __int64,
_BidIt=OsiCuts::const_iterator
]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xutility(1007): note: see reference to function template instantiation 'void std::advance<_FwdIt,unsigned __int64>(_InIt &,_Diff)' being compiled
with
[
_FwdIt=OsiCuts::const_iterator,
_InIt=OsiCuts::const_iterator,
_Diff=unsigned __int64
]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\algorithm(4060): note: see reference to function template instantiation '_FwdIt std::next<_FwdIt>(_FwdIt,unsigned __int64)' being compiled
with
[
_FwdIt=OsiCuts::const_iterator
]
C:\Users\davido\projects\libo\workdir\UnpackedTarball\coinmp\Osi\src\Osi\OsiCuts.hpp(401): note: see reference to function template instantiation '_FwdIt std::min_element<OsiCuts::const_iterator,OsiCuts::OsiCutCompare>(_FwdIt,_FwdIt,_Pr)' being compiled
with
[
_FwdIt=OsiCuts::const_iterator,
_Pr=OsiCuts::OsiCutCompare
]
|