BewareMyPower opened a new pull request, #525: URL: https://github.com/apache/pulsar-client-cpp/pull/525
- Replace `boost::optional` with `std::optional` - Replace `boost::any` with `std::any` - Use `std::weak_from_this` to create a `weak_ptr` from a `shared_ptr` - Leverage initializers for if to simplify code Set the next major version to 4.0.0 for this change. If there are still demands from community for C++11 based build, we can consider 3.x.y releases. -- 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]
