libprimis
libprimis copied to clipboard
Make anonymous structs compliant with C++ std
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++.