apache / rocketmq-client-cpp

Apache RocketMQ cpp client
https://rocketmq.apache.org/
Apache License 2.0
364 stars 158 forks source link

adapt to new version of boost and fix compile error #417

Closed SRC-xiaojin closed 2 years ago

SRC-xiaojin commented 2 years ago

(cherry picked from commit 00a4d1cae74a4c01d998f651dc37c9c82e6fe1c2)

What is the purpose of the change

adapt to new version of boost when using smart ptr

Brief changelog

adapt to new version of boost and fix compile error

Verifying this change

verified using boost 1.79

Follow this checklist to help us incorporate your contribution quickly and easily. Notice, it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.

ifplusor commented 2 years ago

Which version of boost do you use?

SRC-xiaojin commented 2 years ago

Which version of boost do you use?

1.79

ifplusor commented 2 years ago

@SRC-xiaojin Bumping boost to 1.79 need to change build.sh, and there is another PR https://github.com/apache/rocketmq-client-cpp/pull/401 bump boost to 1.78. I am not sure which version is stable.