Closed UffeJakobsen closed 3 months ago
At least one of the errors will be fixed by merging PR https://github.com/cubicdaiya/dtl/pull/18
The declaration of 'enableTrivial' could be changed to remove 'const' to fix the last error -
--- a/dtl/Diff.hpp
+++ b/dtl/Diff.hpp
@@ -164,7 +164,7 @@ namespace dtl {
return trivial;
}
- void enableTrivial () const {
+ void enableTrivial () {
this->trivial = true;
}
The declaration of 'enableTrivial' could be changed to remove 'const' to fix the last error -
Thanks - but that is already documented in several (linked) PR on this project - what we need it for the project owner to merge the changes in the PRs...
This issue can be closed - solved with the release of v1.21 - thanks :+1:
Compile errors with new GCC 14.1.1 (on archlinux)
Below is the output from attempting to build the test subdir: