From c2d4216695b48dfe6bf7083c11e0a7fcbb671e2e Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Fri, 3 Jan 2025 01:49:42 +0100 Subject: Add atomic & is_integer --- asl/status.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 asl/status.hpp (limited to 'asl/status.hpp') diff --git a/asl/status.hpp b/asl/status.hpp new file mode 100644 index 0000000..2e4bae5 --- /dev/null +++ b/asl/status.hpp @@ -0,0 +1,13 @@ +#pragma once + +#include "asl/integers.hpp" +#include "asl/string_view.hpp" + +namespace asl +{ + +class status +{ +}; + +} // namespace asl -- cgit