Change for VS2022 C++14

This commit is contained in:
John Wellbelove 2023-12-04 14:34:38 +00:00
parent f7845f8530
commit 0f7fa6ecdf

View File

@ -203,7 +203,7 @@ namespace
++itr;
CHECK_EQUAL(struct_data2[2].i, (*itr).i);
++itr;
CHECK_EQUAL(ETL_NULLPTR, itr.operator->());
CHECK(ETL_NULLPTR == itr.operator->());
}
};
}