diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-23 17:26:48 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-23 17:26:48 +0100 |
| commit | df4ec096491ded6d58b9ee094d6942e3188c2d4a (patch) | |
| tree | a2f60be1865adef69cdbb326080a1b2763a5ce79 /dev/lib/utility | |
| parent | 58dc03a47576601006c4870d1633bf35fc78176a (diff) | |
fix: lib: `visit` may now throw exceptions.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/utility')
| -rw-r--r-- | dev/lib/utility/cgi.hpp | 2 | ||||
| -rw-r--r-- | dev/lib/utility/embfs.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
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; |
