Skip to content

Commit

Permalink
Merge pull request #18 from ZaychukAleksey/master
Browse files Browse the repository at this point in the history
Fix build with GCC 14.
  • Loading branch information
cubicdaiya authored Jul 11, 2024
2 parents cd45dd4 + 7496ad1 commit aa87c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtl/Diff.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ namespace dtl {
return trivial;
}

void enableTrivial () const {
void enableTrivial () {
this->trivial = true;
}

Expand Down

0 comments on commit aa87c5e

Please sign in to comment.