Skip to content

Commit bf1b414

Browse files
committed
Fixed compile on gcc-14.1.1
1 parent 8533e3e commit bf1b414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/include/proxy/logging.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ class logger___
13141314
if (!global_logging___)
13151315
return *this;
13161316
out_ += std::vformat(fmt,
1317-
std::make_format_args(std::forward<Args>(args)...));
1317+
std::make_format_args(args...));
13181318
return *this;
13191319
}
13201320

0 commit comments

Comments
 (0)