From 298ee421d9dcb6af3d29833f4cf636bb088356fb Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 15 Aug 2024 00:58:37 +0200 Subject: Some work on pointers --- asl/object.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 asl/object.hpp (limited to 'asl/object.hpp') diff --git a/asl/object.hpp b/asl/object.hpp new file mode 100644 index 0000000..17e9ce4 --- /dev/null +++ b/asl/object.hpp @@ -0,0 +1,10 @@ +#pragma once + +namespace asl { + +template +class object final +{ +}; + +} // namespace asl -- cgit