summaryrefslogtreecommitdiff
path: root/asl/status.hpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-03 01:49:42 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-03 01:49:42 +0100
commitc2d4216695b48dfe6bf7083c11e0a7fcbb671e2e (patch)
tree600719b0f7d7d491eb70ca416b8af3b47bbc28eb /asl/status.hpp
parenteb58edf811a328ddcc5e671a258be208da212630 (diff)
Add atomic & is_integer
Diffstat (limited to 'asl/status.hpp')
-rw-r--r--asl/status.hpp13
1 files changed, 13 insertions, 0 deletions
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