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/utility.hpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 asl/utility.hpp (limited to 'asl/utility.hpp') 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]] + -- cgit