facebook/fbthrift

build error fmt format

restlesswind opened this issue · 2 comments

https://github.com/facebook/fbthrift/blob/main/thrift/lib/cpp2/server/ParallelConcurrencyController.cpp#L159

It seems like the line should look
"{{ParallelConcurrencyController executionLimit={}}}", executionLimit_.load());
instead of
"{{ParallelConcurrencyController executionLimit={}}}", executionLimit_);

Thanks for reporting. fmtlib broke it (fmtlib/fmt@fce74ca). Let me check with the author.

Fixed in ae49988.