diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-03 01:49:42 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-03 01:49:42 +0100 |
commit | c2d4216695b48dfe6bf7083c11e0a7fcbb671e2e (patch) | |
tree | 600719b0f7d7d491eb70ca416b8af3b47bbc28eb /asl/status.hpp | |
parent | eb58edf811a328ddcc5e671a258be208da212630 (diff) |
Add atomic & is_integer
Diffstat (limited to 'asl/status.hpp')
-rw-r--r-- | asl/status.hpp | 13 |
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 |