Replies: 1 comment
|
Good news: this appears to already be resolved. The current header no longer includes or references This reply was drafted by Claude Code on behalf of @nlohmann, as part of a review of open discussions. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello there,
I recently transitioned a code base to cpp20, and
<ciso646>has been deprecated.It is recommended to use
<version>instead.This does not cause any major problem currently on msbuild with vs2022, but might not be compatible later.
All reactions