[Cbc-tickets] [COIN-OR Branch-and-Cut MIP Solver] #141: patch to include cstddef headers

COIN-OR Branch-and-Cut MIP Solver coin-trac at coin-or.org
Tue Nov 26 11:30:40 EST 2013


#141: patch to include cstddef headers
-------------------+-----------------
Reporter:  ma900   |      Owner:  tkr
    Type:  defect  |     Status:  new
Priority:  major   |  Component:  Cbc
 Version:  2.7     |   Keywords:
-------------------+-----------------
 patch for Cbc to compile with GCC 4.6+

 -- Michael


 --- CbcEventHandler.hpp.save 2013-11-26 14:37:44.520438789 +0100
 +++ CbcEventHandler.hpp 2013-11-26 14:36:57.288290366 +0100
 @@ -6,6 +6,8 @@
 #ifndef CbcEventHandler_H
 #define CbcEventHandler_H

 +// MA GCC 4.6+ C++ STL headers missing cstddef
 +#include <cstddef>

 /*! \file CbcEventHandler.hpp
     \brief Event handling for cbc

--
Ticket URL: <https://projects.coin-or.org/Cbc/ticket/141>
COIN-OR Branch-and-Cut MIP Solver <http://projects.coin-or.org/Cbc>
An LP-based branch-and-cut MIP solver.



More information about the Cbc-tickets mailing list