I just noticed only the x64 configs were updated to use stdcpp20. The Win32 configs were still targetting stdcpp17. And only the main project was updated, not the unit test project, nor the test-graphics project.
No worries. Now that I see the impact of the setting change on the project file, I believe I can manually apply updates.
I just noticed only the
x64
configs were updated to usestdcpp20
. TheWin32
configs were still targettingstdcpp17
. And only the main project was updated, not the unit test project, nor the test-graphics project.No worries. Now that I see the impact of the setting change on the project file, I believe I can manually apply updates.