mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-08 03:47:49 +08:00
删除多余代码
This commit is contained in:
parent
f5f58196b5
commit
488026c0b8
@ -78,11 +78,6 @@ extern const char kServerName[];
|
||||
|
||||
void printArgs(std::ostream &out);
|
||||
|
||||
template<typename First>
|
||||
void printArgs(std::ostream &out, First &&first) {
|
||||
out << std::forward<First>(first);
|
||||
}
|
||||
|
||||
template<typename First, typename ...ARGS>
|
||||
void printArgs(std::ostream &out, First &&first, ARGS &&...args) {
|
||||
out << std::forward<First>(first);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user