diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-08-15 00:58:37 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-08-15 00:58:37 +0200 |
commit | 298ee421d9dcb6af3d29833f4cf636bb088356fb (patch) | |
tree | cd73df4683622283eff23b98d8bf096a8b86b234 /asl/utility.hpp | |
parent | 75b10758ba116eabed730d23e957f1d69a1e3cb8 (diff) |
Some work on pointers
Diffstat (limited to 'asl/utility.hpp')
-rw-r--r-- | asl/utility.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asl/utility.hpp b/asl/utility.hpp new file mode 100644 index 0000000..e8b9d86 --- /dev/null +++ b/asl/utility.hpp @@ -0,0 +1,4 @@ +#pragma once
+
+#define ASL_NO_UNIQUE_ADDRESS [[msvc::no_unique_address]]
+
|