KalleOlaviNiemitalo commented on code in PR #3267: URL: https://github.com/apache/avro/pull/3267#discussion_r1891256490
########## lang/c++/include/avro/Layout.hh: ########## @@ -20,17 +20,21 @@ #define avro_Layout_hh__ #include "Config.hh" -#include <boost/noncopyable.hpp> + +#include <cstddef> Review Comment: Should this be \<stddef.h\> because Layout.hh uses `size_t` rather than `std::size_t`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
