Replace errno_error with std::system_error

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2023-10-01 22:56:45 +02:00
parent b8fae2d0dd
commit 49b741c94f
6 changed files with 48 additions and 110 deletions

View File

@@ -1,4 +1,4 @@
/*
/*
SPDX-License-Identifier: MIT
Copyright © 2023 Amebis
*/
@@ -7,7 +7,6 @@
#include <stdex/base64.hpp>
#include <stdex/compat.hpp>
#include <stdex/errno.hpp>
#include <stdex/exception.hpp>
#include <stdex/hash.hpp>
#include <stdex/hex.hpp>