From a141c401f78467bc15f62882fca5d55a007cacbb Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 17 Feb 2025 00:21:48 +0100 Subject: Reorganize everything --- asl/annotations.hpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 asl/annotations.hpp (limited to 'asl/annotations.hpp') diff --git a/asl/annotations.hpp b/asl/annotations.hpp deleted file mode 100644 index 6ea3a84..0000000 --- a/asl/annotations.hpp +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once - -#include "asl/config.hpp" - -#if ASL_COMPILER_CLANG_CL - #define ASL_NO_UNIQUE_ADDRESS [[msvc::no_unique_address]] -#elif ASL_COMPILER_CLANG - #define ASL_NO_UNIQUE_ADDRESS [[no_unique_address]] -#endif -- cgit