smfrpc / smf

Fastest RPC in the west

Home Page:http://smfrpc.github.io/smf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

emaxerrno opened this issue · comments

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

use universal refs for them.