FYI. He's a known troll.
If you needed any clue. You have been able to memory leak since ever, you don't need a standard support for that, people generally want to do the opposite. The idea itself is idiotic.
From: Std-Proposals <std-proposals-bounces@lists.isocpp.org> on behalf of Jonathan Wakely via Std-Proposals <std-proposals@lists.isocpp.org>
Sent: Saturday, October 12, 2024 7:19:01 PM
To: C++ Proposals <std-proposals@lists.isocpp.org>
Cc: Jonathan Wakely <cxx@kayari.org>
Subject: Re: [std-proposals] Deliberate memory leak
This would mean you don't get false positives in your memory
debuggers, such as the one built into the GNU compiler (which I really
like), or valgrind.
Both of which support suppressions for expected/deliberate leaks.
Somebody even created a valgrind suppression file for pango already:
There's no need to change the C++ standard for this.