COIN-OR::LEMON - Graph Library

Opened 15 years ago

Closed 15 years ago

#259 closed defect (fixed)

tools/lgf-gen.cc does not compile with MSVC

Reported by: Akos Ladanyi Owned by: Akos Ladanyi
Priority: trivial Milestone: LEMON 1.1 release
Component: tools Version: hg main
Keywords: Cc:
Revision id: b53a9068e3e4

Description

tools/lgf-gen.cc does not compile with MSVC.

Attachments (1)

lgf-gen-msvc-fix.patch (477 bytes) - added by Akos Ladanyi 15 years ago.
ab6da8cf5ab2

Download all attachments as: .zip

Change History (7)

Changed 15 years ago by Akos Ladanyi

Attachment: lgf-gen-msvc-fix.patch added

comment:1 Changed 15 years ago by Akos Ladanyi

Attached a patch.

comment:2 Changed 15 years ago by Akos Ladanyi

Component: coretools

comment:3 Changed 15 years ago by Peter Kovacs

Owner: changed from Alpar Juttner to Akos Ladanyi

comment:4 Changed 15 years ago by Alpar Juttner

Can we expect that this solution works on all platform?

comment:5 in reply to:  4 Changed 15 years ago by Akos Ladanyi

Replying to alpar:

Can we expect that this solution works on all platform?

Yes, ctime is a standard c++ header (http://www.cplusplus.com/reference/clibrary/ctime/) and also tested it on Linux too. It is necessary because of the time() call.

comment:6 Changed 15 years ago by Alpar Juttner

Resolution: fixed
Status: newclosed

Solved in [ab6da8cf5ab2]

Note: See TracTickets for help on using tickets.