cubicdaiya / dtl

diff template library written by C++
Other
281 stars 50 forks source link

Fix build with GCC 14. #18

Closed ZaychukAleksey closed 2 months ago

ZaychukAleksey commented 8 months ago

The method should not be const since it mutates the member field, which is not marked as mutable.

perseoGI commented 2 months ago

@cubicdaiya any update on this?

cubicdaiya commented 2 months ago

Thank you. Merged.