Opened 18 years ago
Closed 18 years ago
#83 closed defect (fixed)
Graph concept fix
| Reported by: | Balazs Dezso | Owned by: | Alpar Juttner | 
|---|---|---|---|
| Priority: | major | Milestone: | LEMON 1.0 release | 
| Component: | core | Version: | hg main | 
| Keywords: | Cc: | Akos Ladanyi | |
| Revision id: | 
Description (last modified by )
The SmartGraph does not contain u() and v() members, but the conceptCheck does not signal the error.
The problem exists in [ae7785fe8431]
Attachments (1)
Change History (5)
comment:1 Changed 18 years ago by
| Description: | modified (diff) | 
|---|---|
| Version: | → hg main | 
Changed 18 years ago by
| Attachment: | smart_graph_fix.patch added | 
|---|
comment:2 Changed 18 years ago by
comment:3 Changed 18 years ago by
| Cc: | Akos Ladanyi added | 
|---|
Hopefully fixed in [19e82bda606a].
Akos, could you check if it works with MSVC? Please close the ticket if yes.
Note: See
        TracTickets for help on using
        tickets.
    

The template parameter name of lemon::concepts::Graph::Constraints might refer to the lemon::concepts::Graph class.