Skip to content

Commit

Permalink
Change for VS2022 C++14
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed Dec 4, 2023
1 parent f7845f8 commit 0f7fa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_multi_span.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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->());
}
};
}

0 comments on commit 0f7fa6e

Please sign in to comment.