Opened 14 years ago
Closed 8 years ago
#396 closed enhancement (wontfix)
prefer intialization lists over assignments in constructors
Reported by: | tobi_connect | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | minor | Milestone: | LEMON 1.4 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
in list_gaph.h you use assignments in the Node and Arc class constructors. Use an initialization list.
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 12 years ago by
Milestone: | LEMON 1.3 release → LEMON 1.4 release |
---|
comment:3 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Replying to tobi_connect:
Does it make any difference?