Merge branch 'stabilization/2106' into Streamer/ConfigUpdates

This commit is contained in:
AMZN-koppersr
2021-06-22 11:58:08 -07:00
82 changed files with 1408 additions and 834 deletions
@@ -1206,7 +1206,7 @@ namespace JsonSerializationTests
if (this->m_features.m_enableInitializationTest)
{
auto instance = this->m_description.CreateDefaultInstance();
typename TypeParam::Type compare = typename TypeParam::Type{};
AZStd::remove_cvref_t<typename TypeParam::Type> compare;
if (!this->m_description.AreEqual(*instance, compare))
{
auto serializer = this->m_description.CreateSerializer();