Closed benjamink closed 1 year ago
@uweseimet does this look like something that might have been introduced recently? I don't know enough about C++ to know how to fix this easily.
@benjamink Yes, I also stumbled upon this tonight. It depends on the compiler and the options being used. The cross compilers, for instance, do not report this. There is already a work around in the testing_issue_1287 branch. I think it's the last commit, but that's not yet part of develop. Edit: No, the fix is only in the issue_1349 branch. It's commit b6a60435d.
Just added the fix to the Docker environment to work with that temporary work around. Is this work around something that you expect to have merged in?
Merged, but the next release most likely will not need this work-around. But having it now is the quickest solution.
Currently the
develop
branch is failing to build in the Docker Compse environment: