mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Change for VS2022 C++14
This commit is contained in:
parent
f7845f8530
commit
0f7fa6ecdf
@ -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->());
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user