Closed CuriousGeorgiy closed 9 months ago
This patch set brings support for additional standard empty types (std::monostate and std::nullopt_t) to the MsgPack codec.
std::monostate
std::nullopt_t
Closes #82
@drewdzzz I refactored the patch a bit, please take another look.
The leftover linting error is a FP fixed in your patch.
This patch set brings support for additional standard empty types (
std::monostate
andstd::nullopt_t
) to the MsgPack codec.Closes #82