[PATCH] D138539: Use std::nullopt_t instead of NoneType (NFC)
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 2 05:05:01 PST 2023
steakhal added a comment.
Hm, it would be easier to use `llvm::StringMap<decltype(std::monostate)>` instead of `std::nullopt_t`, or some adhoc empty struct.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138539/new/
https://reviews.llvm.org/D138539
More information about the cfe-commits
mailing list