Merge pull request #880 from aaronfranke/struct

Use `struct` instead of `class` for core structures
This commit is contained in:
Rémi Verschelde
2022-10-05 10:35:59 +02:00
19 changed files with 79 additions and 152 deletions

View File

@@ -72,6 +72,10 @@
#endif
#endif
#ifndef _NO_DISCARD_
#define _NO_DISCARD_ [[nodiscard]]
#endif
// Windows badly defines a lot of stuff we'll never use. Undefine it.
#ifdef _WIN32
#undef min // override standard definition