COIN-OR::LEMON - Graph Library

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 in reply to:  description Changed 14 years ago by Alpar Juttner

Replying to tobi_connect:

in list_gaph.h you use assignments in the Node and Arc class constructors. Use an initialization list.

Does it make any difference?

comment:2 Changed 11 years ago by Alpar Juttner

Milestone: LEMON 1.3 releaseLEMON 1.4 release

comment:3 Changed 8 years ago by Alpar Juttner

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.