Hans Wennborg c3ebcfe0f5
[libc++] Remove [[nodiscard]] from map etc. operator[] (#172444)
This was added in #169971 and related PRs. As commented there,
discarding the return value on operator[] for these types does not
typically indicate a bug since the operator can also be used to insert a
default value.
2025-12-16 12:58:04 +01:00
..