Fix Linux build (a static_assert unfortunately fires for Clang)

Signed-off-by: Nicholas Van Sickle <nvsickle@amazon.com>
monroegm-disable-blank-issue-2
Nicholas Van Sickle 4 years ago
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);

Loading…
Cancel
Save