cubicdaiya / dtl

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

dtl/Diff.h: make method enableTrivial() non-const #21

Closed apavenis closed 3 months ago

apavenis commented 3 months ago

Did not compile with gcc-14.1 due to an attempt to assign to the member of const object This change fixes the problem

apavenis commented 3 months ago

Duplicate pull request. Closing