C++ Logo

std-proposals

Advanced search

Re: [std-proposals] unimplemented attribute

From: Giuseppe D'Angelo <giuseppe.dangelo_at_[hidden]>
Date: Tue, 18 Mar 2025 12:03:01 +0100
On 18/03/2025 11:13, Samuel Alonso Rodríguez via Std-Proposals wrote:
> The fixed message stating that the function is unimplemented is the
> divergence from raw = delete, and sure, since C++26, users could simply
> do something like = delete(“unimplemented function!”), but the compiler
> outcome could differ and tools inspecting the compiler output may not be
> able to easily detect that

But apart from the message, what is the use case for this specific
feature? Can you show something that you'd like to achieve with it?

--
Giuseppe D'Angelo

Received on 2025-03-18 11:03:05