qchateau / packio

An asynchronous msgpack-RPC and JSON-RPC library built on top of Boost.Asio.
https://qchateau.github.io/packio/
Mozilla Public License 2.0
138 stars 20 forks source link

replace BOOST_JSON_NS_ macro #76

Closed muellni closed 1 year ago

muellni commented 1 year ago

this macro was removed in boost::json and packio no longer compiles with boost 1.82

https://github.com/boostorg/json/commit/36552f0c94e4b06cdb697c6ee186a5bc33724314

qchateau commented 1 year ago

Thanks ! I'll try to free up some time this weekend to schedule a release