From 604b43e7575e6b9ae2b425c3a6d3ffa512fb6625 Mon Sep 17 00:00:00 2001 From: "antonin.kriz" <antonin.kriz@gmail.com> Date: Thu, 7 Nov 2024 14:53:53 +0100 Subject: [PATCH] updated doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37abb2a..9066774 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ All generated messages (and enums) are using the following API [`include/spb/jso auto serialize( const auto & message, spb::io::writer on_write ) -> size_t; //- return size in bytes of serialized message -auto serialize_size( const auto & message ) noexcept -> size_t; +auto serialize_size( const auto & message ) -> size_t; //- serialize message into string auto serialize( const auto & message ) -> std::string