oh right
This commit is contained in:
parent
9a95178095
commit
631964469f
26 changed files with 482 additions and 335 deletions
9
src/util/defs.hpp
Normal file
9
src/util/defs.hpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
// Fixes conflict in Windows with <windows.h>
|
||||
#ifdef _WIN32
|
||||
#undef ERROR
|
||||
#endif // _WIN32
|
||||
|
||||
/// Macro alias for trailing return type functions.
|
||||
#define fn auto
|
Loading…
Add table
Add a link
Reference in a new issue