Closed vasild closed 4 years ago
Code review ACK c92112a786f47782aba1a512b667bed5e0788ee5.
Good catch, a missing include also caused some problems for me in https://github.com/chaincodelabs/libmultiprocess/pull/16#issuecomment-571308678. A long time ago I had IWYU working on this code. I should probably get that working again to avoid more bugs like these.
A long time ago I had IWYU working on this code. I should probably get that working again to avoid more bugs like these.
https://github.com/chaincodelabs/libmultiprocess/issues/20 Integrate iwyu so that it does not get forgotten.
std::string is used inside foo.h but it forgot to include the corresponding header: