SLAVONchick commented on code in PR #3666: URL: https://github.com/apache/thrift/pull/3666#discussion_r3643654116
########## compiler/cpp/src/thrift/generate/t_oop_generator.h: ########## @@ -20,6 +20,7 @@ #ifndef T_OOP_GENERATOR_H #define T_OOP_GENERATOR_H +#include <boost/algorithm/string/replace.hpp> Review Comment: Found identical implementations in several generators and left only one in base t_oop_generator. -- 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]
