[CoinUtils-tickets] [COIN-OR Common Utilities] #64: CoinSort.hpp compilation issue

COIN-OR Common Utilities coin-trac at coin-or.org
Wed May 25 00:35:49 EDT 2011


#64: CoinSort.hpp compilation issue
-----------------------+----------------------------------------------------
  Reporter:  girardea  |      Owner:     
      Type:  defect    |     Status:  new
  Priority:  major     |    Version:     
Resolution:            |   Keywords:     
-----------------------+----------------------------------------------------

Comment (by girardea):

 I think I found the mistake, which is quite entirely mine. It may help
 others though. It seems to be a conflict with blitz++. In some of my
 headers, I had put a "using namespace blitz;" before including the headers
 from Osi. For some reason it put the compilation error I mentioned before.
 This is generally a bad idea to use "using namespace" in a header, so I
 deleted it and the compilation went fine.

 Thanks for your time and your replying so quickly!

-- 
Ticket URL: <https://projects.coin-or.org/CoinUtils/ticket/64#comment:2>
COIN-OR Common Utilities <http://projects.coin-or.org/CoinUtils>
Common data structures and linear algebra functions for COIN-OR projects



More information about the CoinUtils-tickets mailing list