Passing function reference into template warning: ignoring attributes on template argument 'func signature' – Debian
I am trying to create a composite logger which will be selected and defined at compile time. The original implementation is using inheritance and VTable, which is causing some overhead, takes too much code and is ineffective at runtime. This…