build error fmt format
restlesswind opened this issue · 2 comments
restlesswind commented
It seems like the line should look
"{{ParallelConcurrencyController executionLimit={}}}", executionLimit_.load());
instead of
"{{ParallelConcurrencyController executionLimit={}}}", executionLimit_);
Mizuchi commented
Thanks for reporting. fmtlib broke it (fmtlib/fmt@fce74ca). Let me check with the author.