swebb2066 commented on PR #554: URL: https://github.com/apache/logging-log4cxx/pull/554#issuecomment-3395692762
is [std::make_format_args](https://en.cppreference.com/w/cpp/utility/format/make_format_args.html) which may be able to be used here A formatting argument has reference semantics for user-defined types and does not extend the lifetime of args. It is the programmer's responsibility to ensure that args outlive the return value -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
