[libcxx-commits] [libcxx] WIP [libc++] Mark LWG4098 as resolved (PR #206295)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 1 11:53:23 PDT 2026
ldionne wrote:
Do we have test coverage for this? https://cplusplus.github.io/LWG/issue4098 says:
> `((void)E, auto(views::empty<tuple<>>))` if `N` is equal to `0` and `decltype((E))` models `forward_range`,
Do we have a test that exercises that (i.e. if `N == 0` but `decltype((E))` does not model `forward_range`)?
https://github.com/llvm/llvm-project/pull/206295
More information about the libcxx-commits
mailing list