[Symphony] OsiCuts::const_iterator MSVC14 problem

Konvicka Filip Filip.Konvicka at logis.cz
Mon Aug 17 09:24:08 EDT 2015


Hi,

I tried compiling the latest release (5.6.11) with MSVC 2015 and there is a problem with OsiCuts::const_iterator (OsiCuts.hpp).  The iterator is declared as "bi-directional", but provides no operator--, and that causes compile errors.  Changing to the following seems to fix the problem (another way might be adding the operator-- of course).

         typedef std::forward_iterator_tag iterator_category;

Cheers,
Filip

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/symphony/attachments/20150817/c39c2396/attachment.html>


More information about the Symphony mailing list