Fix spaming messages in assert and is_trivially_copyable on GCC 4
This commit is contained in:
committed by
Lirusaito
parent
69100fcca3
commit
4a59efadeb
@@ -191,7 +191,7 @@ inline void LLQuaternion::setValue(const LLSD& sd)
|
||||
mQ[3] = sd[3].asReal();
|
||||
}
|
||||
|
||||
static_assert(std::is_trivially_copyable<LLQuaternion>{}, "LLQuaternion must be a trivially copyable type");
|
||||
static_assert(std::is_trivially_copyable<LLQuaternion>::value, "LLQuaternion must be a trivially copyable type");
|
||||
|
||||
// checker
|
||||
inline BOOL LLQuaternion::isFinite() const
|
||||
|
||||
Reference in New Issue
Block a user