Changes between Initial Version and Version 1 of Ticket #420
- Timestamp:
- 04/26/11 14:54:37 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #420
- Property Cc ernhard.kausler@… added
-
Ticket #420 – Description
initial v1 6 6 7 7 ---------- code begin --------- 8 {{{ 8 9 #include <lemon/list_graph.h> 9 10 #include <lemon/maps.h> … … 22 23 return 0; 23 24 } 25 }}} 26 24 27 ---------- code end ----------- 25 28 29 {{{ 26 30 gdb backtrace: 27 31 #0 0x00000000004059a3 in lemon::IterableValueMap<MyGraph, … … 42 46 (this=0x7fffffffdc80) at lemon-main/lemon/list_graph.h:352 43 47 #5 0x0000000000400f54 in main () at inheritance-bug.cpp:15 48 }}}