Hristo Hristov cbcda2dc08
[libc++] Applied [[nodiscard]] to more Language Support classes (#171078)
[[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/support

Towards #172124

Implemented in this release:
- [x] `type_info`
- [x] `type_index`
- [x] `bad_alloc`, `bad_array_new_length`
2025-12-23 18:46:37 +02:00
..
2025-05-08 16:48:57 -04:00
2025-07-05 18:11:58 +02:00