On Tue, Jan 23, 2024 at 08:46:13AM -0800, Paul E. McKenney wrote: > N3201 Operator Overloading Without Name Mangling v2 https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3201.pdf > I have seen Linux-kernel interest in *function* overloading, but > not in operator overloading. Nevertheless... > > The trick here is to associate a given operator with a function, > so that the name-mangling becomes essentially a manual operation.
The proposal discusses strings, but I would want to immediately use this for handling wrap vs trap arithmetic (rather than using sanitizers[1]). -- Kees Cook
