Opened 16 years ago
Closed 16 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 )
For example lemon/dijksta.h does no include it but uses LEMON_ASSERT
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | 5e12d7734036.patch added |
---|
comment:1 follow-up: 2 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
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.
Replying to alpar:
[5e12d7734036] solves this issue by including lemon/assert.h from lemon/core.h.