COIN-OR::LEMON - Graph Library

Opened 15 years ago

Closed 15 years ago

#161 closed defect (fixed)

Missing include of assert.h at some places.

Reported by: Alpar Juttner Owned by: Alpar Juttner
Priority: critical Milestone: LEMON 1.0 release
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description (last modified by Alpar Juttner)

For example lemon/dijksta.h does no include it but uses LEMON_ASSERT

Attachments (1)

5e12d7734036.patch (1.2 KB) - added by Alpar Juttner 15 years ago.

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by Alpar Juttner

Attachment: 5e12d7734036.patch added

comment:1 in reply to:  description ; Changed 15 years ago by Alpar Juttner

Status: newassigned

Replying to alpar:

For example lemon/dijksta.h does no include it but uses LEMON_ASSERT

[5e12d7734036] solves this issue by including lemon/assert.h from lemon/core.h.

comment:2 in reply to:  1 Changed 15 years ago by Alpar Juttner

Description: modified (diff)
Resolution: fixed
Status: assignedclosed

Replying to alpar:

[5e12d7734036] solves this issue by including lemon/assert.h from lemon/core.h.

It is in the main and has also been merged to the 1.0 branch.

Note: See TracTickets for help on using tickets.