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/cgi.hpp | |
| 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/cgi.hpp')
| -rw-r--r-- | dev/lib/utility/cgi.hpp | 2 |
1 files changed, 1 insertions, 1 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; |
