Changes between Initial Version and Version 1 of Ticket #2669, comment 12


Ignore:
Timestamp:
Jan 18, 2015, 9:05:09 AM (9 years ago)
Author:
Yves

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2669, comment 12

    initial v1  
    1 We have already figured out this one yesterday and actually also one of those you fixed. Sorry, I should have told you about that. Anyway, I'll attach the patch here. I've not removed const in my solution but instead implemented a workaround for the clang bug that causes this error. I haven't committed it yet because the workaround needs C++11 and should be added when C++11 gets enabled.
     1We have already figured out this one yesterday (const correctness problem when copying) and actually also one of those you fixed. Sorry, I should have told you about that. Anyway, I'll attach the patch here. I've not removed const in my solution but instead implemented a workaround for the clang bug that causes this error. I haven't committed it yet because the workaround needs C++11 and should be added when C++11 gets enabled.
    22
    33Are there any issues left now?