<div dir="ltr">Hi everyone,<div><br></div><div>I couldn't help but notice that the method name passed to the macro to allow use of itself isn't really needed in any way. Comments in the macro definition say it's to show exactly what method is being permitted by the macro, but to me it seems the actual call to it that happens in the second half of the macro already does that job entirely</div><div><br></div><div>// It's already obvious from the actual method call itself that we want std::_Exit<br></div><div>ALLOW_C_FUNCTION(::_Exit, ::_Exit(code);)</div><div><br></div><div>Is there a reason we still keep the first parameter around other than for documentation purposes?</div><div><br></div><div>best regards,</div><div>Julian</div></div>