COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of Ticket #444


Ignore:
Timestamp:
06/22/12 15:41:28 (12 years ago)
Author:
Alpar Juttner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #444 – Description

    initial v1  
    77}}}
    88
    9 The problem seems to be that `q=p` tries to copy bitwise instead of using the template ListPath<>::operator=() implementation.
     9The problem seems to be that `q=p` tries to copy bitwise instead of using the template `ListPath<>::operator=()` implementation.
    1010
    1111Implementing a non-template version solves the problem, but I don't understand why the template version is used.