logiops icon indicating copy to clipboard operation
logiops copied to clipboard

Compiler Error: »transform« is not element of »std«

Open Sebastian0100 opened this issue 1 year ago • 3 comments

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.

Sebastian0100 avatar Apr 29 '24 12:04 Sebastian0100

I encountered the same Error but the fix worked seamingless.

Sniptzler avatar May 04 '24 16:05 Sniptzler

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.

debbinkm avatar May 05 '24 03:05 debbinkm

Maybe we all are using a new version of the compiler which changes some includes, no idea

kada49 avatar May 19 '24 14:05 kada49

thank you that worked for me aswell

Ersetzbar avatar May 19 '24 22:05 Ersetzbar

Should be fixed with the recent PR.

PixlOne avatar May 28 '24 02:05 PixlOne