From 4228e82740f62b841799cfca04861fa217fb93a5 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 1 Aug 2024 00:56:05 +0200 Subject: More work on taxonomy --- asl/memory/layout.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 asl/memory/layout.hpp (limited to 'asl/memory/layout.hpp') diff --git a/asl/memory/layout.hpp b/asl/memory/layout.hpp new file mode 100644 index 0000000..02ab518 --- /dev/null +++ b/asl/memory/layout.hpp @@ -0,0 +1,6 @@ +#pragma once + +namespace asl { + +} // namespace asl + -- cgit