Hristo Hristov 59fb3bc3e7
[libc++][pair] Applied [[nodiscard]] (#171999)
`[[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/pairs
2025-12-15 10:42:48 +08:00
..