Update precompiled.h

This commit is contained in:
ArtemisX64 2022-08-25 16:46:34 +09:00 committed by GitHub
parent 3b2cab2cf4
commit 3d6d9341f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
//Temporary Workaround for static_assert related errors in libstdc++12
//TODO: Make a proper fix
#ifdef __clang__
#define static_assert(...) static_assert(true, "")
#endif