Date: Mon, 22 Jun 2026 14:04:48 +0200
On 6/22/26 13:23, Yexuan Xiao via Std-Proposals wrote:
> It seems that some C code likes to use static inline to indicate that a function should be inlined, but this is inconsistent with C++ conventions.
Given that the C code already exists and is already used from C++,
wouldn't it make more sense to give the C code C-like semantics in C++?
> It seems that some C code likes to use static inline to indicate that a function should be inlined, but this is inconsistent with C++ conventions.
Given that the C code already exists and is already used from C++,
wouldn't it make more sense to give the C code C-like semantics in C++?
-- Rainer Deyke - rainerd_at_[hidden]
Received on 2026-06-22 12:04:58
