[libcxx-commits] [PATCH] D149553: [clang] Use -std=c++23 instead of -std=c++2b
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 2 09:43:19 PDT 2023
Mordante added a comment.
In D149553#4310478 <https://reviews.llvm.org/D149553#4310478>, @aaron.ballman wrote:
> Thank you for working on this! The Clang changes are mostly all good, but I think we should hold off on changing the value of `__cplusplus` for the moment as it's not set in stone in the standard yet (I thought it was though, so I'm checking with the editor).
I noticed the same and I was wondering whether I should contact the editor. I noticed some approved papers also have not been merged yet. (These papers are still open issues in the paper repository.)
I'll wait a few days to see whether the draft gets updated otherwise I revert the macro change.
I would be very surprised if the macro gets a different value, that's why I already bumped it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149553/new/
https://reviews.llvm.org/D149553
More information about the libcxx-commits
mailing list