Changes between Initial Version and Version 1 of Ticket #444
- Timestamp:
- 06/22/12 13:41:28 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #444 – Description
initial v1 7 7 }}} 8 8 9 The problem seems to be that `q=p` tries to copy bitwise instead of using the template ListPath<>::operator=()implementation.9 The problem seems to be that `q=p` tries to copy bitwise instead of using the template `ListPath<>::operator=()` implementation. 10 10 11 11 Implementing a non-template version solves the problem, but I don't understand why the template version is used.