[libcxx-commits] [libcxx] WIP [libc++][ranges] Applied [[nodiscard]] to `lazy_split` (PR #208036)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 8 08:07:28 PDT 2026
================
----------------
Zingam wrote:
Part of `// [range.lazy.split.outer.value]`
```suggestion
[[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __inner_iterator<_Const> begin() const { return __inner_iterator<_Const>{__i_}; }
[[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr default_sentinel_t end() const noexcept { return default_sentinel; }
```
https://github.com/llvm/llvm-project/pull/208036
More information about the libcxx-commits
mailing list