From 2cbec2472571a625f9d574c15589c57c535bed1a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 30 Aug 2025 08:27:20 +0200 Subject: feat! utlity: new `chunk_string` algorithm which is faster than the previous one. Signed-off-by: Amlal El Mahrouss --- dev/lib/core/error_handler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/lib/core') diff --git a/dev/lib/core/error_handler.hpp b/dev/lib/core/error_handler.hpp index 01d36b1..6bf3516 100644 --- a/dev/lib/core/error_handler.hpp +++ b/dev/lib/core/error_handler.hpp @@ -25,7 +25,7 @@ namespace ocl virtual void operator()(const std::basic_string& msg) { - ((void)msg); + ((void)msg); } }; -- cgit v1.2.3