C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Safer API for minmax with friends?

From: Sebastian Wittmeier <wittmeier_at_[hidden]>
Date: Fri, 7 Mar 2025 00:16:28 +0100
Perhaps we have to deprecate auto? ;-) -----Ursprüngliche Nachricht----- Von:Ell via Std-Proposals <std-proposals_at_[hidden]> This was discussed on reddit recently [1]. As noted there, the problem is broader than just dangling references to temporaries. The presence of unintended references is itself an issue: auto [min, max] = std::minmax (x, y); // x and y are lvalues std::swap (x, y); // oops, also swaps min and max I'd be wary of special-casing just the rvalue-argument case. [1] https://old.reddit.com/r/cpp/comments/1j2139v/c_creator_calls_for_action_to_address_serious/mfornic/

Received on 2025-03-06 23:21:21