Hristo Hristov 9036e2359f
[libc++] Apply [[nodiscard]] to in/out_ptr (#167097)
...according to Coding Guidelines: `[[nodiscard]]` should be applied to
functions where discarding the return value is most likely a correctness
issue.

Changes to:
  - [x] `inout_ptr()` 
  - [x] `out_ptr()` 


At the time of impelentation the `[[nodiscard]]` policy has not been
established yet.

---------

Co-authored-by: Hristo Hristov <zingam@outlook.com>
2025-11-15 03:00:04 +02:00
..