Closed Sebastian0100 closed 5 months ago
I encountered the same Error but the fix worked seamingless.
I also just ran into this. Adding #include <algorithm>
to group.h does indeed allow the project to compile, as @Sebastian0100 mentioned. Not sure why this is all of the sudden an issue, though.
Maybe we all are using a new version of the compiler which changes some includes, no idea
thank you that worked for me aswell
Should be fixed with the recent PR.
During compilation the error »transform« is not element of »std« happens at logiops/src/logid/./config/group.h:151:18. The cause for this seems to be that the header file does not include the Algorithms library, as including it resolves the problem.
Although since nobody else seems to have encountered this issue, this might be related to my specific environment.