At current, it's just a new way to do polymorphism, so no change to the C++ standard is needed. (But I am not sure whether incomplete type for template function is UB, if yes, maybe need some documentation change.
)
From: Jonathan Wakely <cxx@kayari.org>
Sent: Wednesday, October 22, 2025 2:56 PM
To: C++ Proposals <std-proposals@lists.isocpp.org>
Cc: Kai Liao - AAVV <kai.liao-aavv@asml.com>
Subject: Re: [std-proposals] unified polymorphism by generic function with incomplete type
|
You don't often get email from
cxx@kayari.org.
Learn why this is important |
CAUTION: This message is
from an external sender
On Wed, 22 Oct 2025, 03:01 Kai Liao - AAVV via Std-Proposals, <std-proposals@lists.isocpp.org> wrote:
At current, it’s just an idea, not sure whether it will be a lib or language core. Please let me know if there are any good advice for that.
I don't see any proposal here. Are you suggesting a change to the C++ standard?