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

Including only necessary headers.

This commit is contained in:
Marcelo Zimbres
2023-03-14 14:08:55 +01:00
parent fd967204df
commit 90bcd621fb
43 changed files with 226 additions and 188 deletions

View File

@@ -527,7 +527,7 @@ void boost_redis_from_bulk(mystruct& obj, char const* p, std::size_t size, boost
These functions are accessed over ADL and therefore they must be
imported in the global namespace by the user. In the
[Examples](#Examples) section the reader can find examples showing how
[Examples](#examples) section the reader can find examples showing how
to serialize using json and [protobuf](https://protobuf.dev/).
<a name="examples"></a>