llvm-project
0347c30f - [libc++][ranges] Applied `[[nodiscard]]` to `take_view` (#173738)

Commit
5 days ago
[libc++][ranges] Applied `[[nodiscard]]` to `take_view` (#173738) `[[nodiscard]]` should be applied to functions where discarding the return value is most likely a correctness issue. - https://libcxx.llvm.org/CodingGuidelines.html - https://wg21.link/range.take Towards #172124
Author
Parents
Loading