summaryrefslogtreecommitdiff
path: root/asl/object.hpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-08-15 00:58:37 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-08-15 00:58:37 +0200
commit298ee421d9dcb6af3d29833f4cf636bb088356fb (patch)
treecd73df4683622283eff23b98d8bf096a8b86b234 /asl/object.hpp
parent75b10758ba116eabed730d23e957f1d69a1e3cb8 (diff)
Some work on pointers
Diffstat (limited to 'asl/object.hpp')
-rw-r--r--asl/object.hpp10
1 files changed, 10 insertions, 0 deletions
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<typename T>
+class object final
+{
+};
+
+} // namespace asl