[libcxx-commits] [PATCH] D113408: Implement P0798R8 (Monadic operations for std::optional)
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 8 09:13:37 PST 2021
Mordante added a comment.
Thanks for working on this! The paper looks really interesting.
I want to do a proper review later. I just noticed the modification to version while looking at my e-mail.
================
Comment at: libcxx/include/version:366
# define __cpp_lib_to_underlying 202102L
+#define __cpp_lib_monadic_optional 202110L
#endif
----------------
This won't work. I just mentioned the proper way to do this in D113013.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113408/new/
https://reviews.llvm.org/D113408
More information about the libcxx-commits
mailing list