libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

Make anonymous structs compliant with C++ std

Open no-lex opened this issue 4 years ago • 0 comments

Anonymous structs are not allowed in C++, and its use in Imprimis is reliant on nonstandard compiler extensions to function. These should be changed such that they are compliant with ISO C++.

no-lex avatar Jun 01 '20 17:06 no-lex