smfrpc/smf

silence logger::detail::noop() gcc warnings

emaxerrno opened this issue · 0 comments

currently doing void noop(...) {} actually tries to use the copy constructor on the absorbed parameters.

use universal refs for them.