2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Adds support for libc++.

This commit is contained in:
Marcelo Zimbres
2023-02-28 22:23:37 +01:00
parent d01a9acf3b
commit 8ef4d3cf0b
4 changed files with 79 additions and 17 deletions

View File

@@ -813,6 +813,7 @@ Acknowledgement to people that helped shape Boost.Redis
* Implements full-duplex communication. Before these changes the connection would wait for a response to arrive before sending the next one. Now requests are continuously coalesced and written to the socket. This made the request::coalesce unnecessary and threfore it was removed.
* Adds native json support for Boost.Describe'd classes, see cpp20_json_serialization.cpp for how to use it.
* Upgrades to Boost 1.81.0.
* Fixes build with libc++.
### v1.4.0-1