[libcxx-commits] [PATCH] D113408: [libc++] Implement P0798R8 (Monadic operations for std::optional)
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Nov 14 06:39:56 PST 2021
philnik added inline comments.
================
Comment at: libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp:1
+//===----------------------------------------------------------------------===//
+//
----------------
ldionne wrote:
> Please add tests for SFINAE friendliness when the `Constraints:` are not met.
Could you reference something where that is done? I have no idea what you are asking for.
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