From 3d6d9341f6101529d17de63b82319e775226e5bd Mon Sep 17 00:00:00 2001 From: ArtemisX64 <101918084+ArtemisX64@users.noreply.github.com> Date: Thu, 25 Aug 2022 16:46:34 +0900 Subject: [PATCH] Update precompiled.h --- src/Common/precompiled.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Common/precompiled.h b/src/Common/precompiled.h index d42423f1..de9c8837 100644 --- a/src/Common/precompiled.h +++ b/src/Common/precompiled.h @@ -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