We have a workaround for internal VSO-1285779 "REPORTED: EDG rejects source_location intrinsics within consteval functions" in the test:
|
#if defined(__cpp_consteval) && !defined(__EDG__) // TRANSITION, VSO-1285779 |
This was resolved as fixed on 2021-09-07 by internal VS-PR-348924 in VS 2022 17.0. However, attempting to remove this workaround with VS 2022 17.3 Preview 3 fails with numerous compiler errors. We need to investigate and report these issues.
We have a workaround for internal VSO-1285779 "REPORTED: EDG rejects
source_locationintrinsics withinconstevalfunctions" in the test:STL/tests/std/tests/P1208R6_source_location/test.cpp
Line 4 in 969b2e2
This was resolved as fixed on 2021-09-07 by internal VS-PR-348924 in VS 2022 17.0. However, attempting to remove this workaround with VS 2022 17.3 Preview 3 fails with numerous compiler errors. We need to investigate and report these issues.