Open smoe opened 4 years ago
Thank you for pointing these out, had no idea ISO C++ is denying the convenience of anonymous structs. It's not that hard to adjust the code to fix it and I'll do it, just seems unnecessarily limiting.
The memset thing puzzles me, I saw it flagged before when using sanitizers but I cannot yet figure out why the compiler doesn't see that's conditional code there (template based), memset should only be called for the primitive types I am allowing there, yet somehow I keep getting that warning for GSeg. I have to dig a bit deeper there -- thank you for compiling this on such a new compiler to expose these issues.
Hello,
Admittedly, I do not see any immediate need to address any of these warnings.
Kind regards, Steffen