[Symphony] OsiCuts::const_iterator MSVC14 problem

Vlad Kim vladhkim at gmail.com
Mon Aug 17 09:50:55 EDT 2015


Hey,
I have solved this problem long ago. I compiled Symphony DLLs with
MinGW-g++  compiler on Linux. But thank you for the suggestion!

On Mon, Aug 17, 2015 at 3:24 PM, Konvicka Filip <Filip.Konvicka at logis.cz>
wrote:

> 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
>
>
>
> _______________________________________________
> Symphony mailing list
> Symphony at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/symphony
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/symphony/attachments/20150817/334faeff/attachment.html>


More information about the Symphony mailing list