tarantool / tntcxx

Tarantool C++ connector
Other
8 stars 6 forks source link

Enc, Dec: add support for additional standard empty types (`std::monostate` and `std::nullopt_t`) #90

Closed CuriousGeorgiy closed 9 months ago

CuriousGeorgiy commented 9 months ago

This patch set brings support for additional standard empty types (std::monostate and std::nullopt_t) to the MsgPack codec.

Closes #82

CuriousGeorgiy commented 9 months ago

@drewdzzz I refactored the patch a bit, please take another look.

CuriousGeorgiy commented 9 months ago

The leftover linting error is a FP fixed in your patch.