From 911be92cecb5ddc559a803e8cbe3d72464d8966a Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Fri, 16 Aug 2024 13:11:40 +0200 Subject: Stupid ass comma operand --- modules/codec-json/c++/json.tmpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec-json/c++/json.tmpl.hpp b/modules/codec-json/c++/json.tmpl.hpp index 979be96..d8cba00 100644 --- a/modules/codec-json/c++/json.tmpl.hpp +++ b/modules/codec-json/c++/json.tmpl.hpp @@ -58,7 +58,7 @@ struct json_encode { } { - error err = buff.push(reinterpret_cast(&view[0], view_s); + error err = buff.push(reinterpret_cast(&view[0]), view_s); if(!err.template is_type()){ return std::move(err); } -- cgit v1.2.3