Opened 8 years ago
Closed 8 years ago
#606 closed defect (fixed)
StaticDigraph copy constructor
Reported by: | Gabriel Gouvine | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.4 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
While using StaticDigraph
, I saw that the copy constructor is not
disabled, which leads to errors for new users like myself.
Could you please fix this by including this patch?
Attachments (1)
Change History (3)
comment:1 Changed 8 years ago by
Changed 8 years ago by
Attachment: | static_graph_constructor.2.patch added |
---|
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
It is now in the main branch as [0898f3371d1d]
(The original patch was in DOS format which confused hg import
.)
Note: See
TracTickets for help on using
tickets.
I suggest to accept this patch.