[Cbc] CBC and MSVC2013

Christoph Cullmann cullmann at absint.com
Mon Feb 22 10:54:59 EST 2016


Hi,

IMHO this patch is needed to have it compile with VisualStudio 2013:

diff --git a/src/CoinUtils/src/CoinPresolveDupcol.cpp b/src/CoinUtils/src/CoinPresolveDupcol.cpp
index 1778a30..3f6055c 100644
--- a/src/CoinUtils/src/CoinPresolveDupcol.cpp
+++ b/src/CoinUtils/src/CoinPresolveDupcol.cpp
@@ -1871,7 +1871,7 @@ gubrow_action::~gubrow_action()
   }
 
   // Must add cast to placate MS compiler
-  deleteAction(actions_,action*) ;
+  deleteAction(actions_,gubrow_action::action*) ;
 }

Could this be applied to the SVN?

Greetings
Christoph

-- 
----------------------------- Dr.-Ing. Christoph Cullmann ---------
AbsInt Angewandte Informatik GmbH      Email: cullmann at AbsInt.com
Science Park 1                         Tel:   +49-681-38360-22
66123 Saarbrücken                      Fax:   +49-681-38360-20
GERMANY                                WWW:   http://www.AbsInt.com
--------------------------------------------------------------------
Geschäftsführung: Dr.-Ing. Christian Ferdinand
Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234



More information about the Cbc mailing list