Fix Linux build (a static_assert unfortunately fires for Clang)

Signed-off-by: Nicholas Van Sickle <nvsickle@amazon.com>
This commit is contained in:
Nicholas Van Sickle
2022-01-05 12:56:22 -08:00
parent acc6248ec9
commit d347a9d2c0
@@ -352,7 +352,7 @@ namespace AZ::Dom
}
else
{
static_assert(false, "AZ::Dom::Value::GetType: m_value has an unexpected type");
AZ_Assert(false, "AZ::Dom::Value::GetType: m_value has an unexpected type");
}
},
m_value);