From df4ec096491ded6d58b9ee094d6942e3188c2d4a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 23 Nov 2025 17:26:48 +0100 Subject: fix: lib: `visit` may now throw exceptions. Signed-off-by: Amlal El Mahrouss --- dev/lib/utility/cgi.hpp | 2 +- dev/lib/utility/embfs.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/lib/utility') diff --git a/dev/lib/utility/cgi.hpp b/dev/lib/utility/cgi.hpp index fd00bbf..4cc913b 100644 --- a/dev/lib/utility/cgi.hpp +++ b/dev/lib/utility/cgi.hpp @@ -37,7 +37,7 @@ namespace ocl public: explicit basic_writer() = default; - virtual ~basic_writer() = default; + virtual ~basic_writer() = default; basic_writer& operator=(const basic_writer&) = default; basic_writer(const basic_writer&) = default; diff --git a/dev/lib/utility/embfs.hpp b/dev/lib/utility/embfs.hpp index e2e5d18..8a716ce 100644 --- a/dev/lib/utility/embfs.hpp +++ b/dev/lib/utility/embfs.hpp @@ -37,7 +37,7 @@ namespace ocl::embfs #endif typedef std::int16_t sword_t; - + typedef std::int32_t sdword_t; typedef std::uint8_t utf8_char_t; -- cgit v1.2.3