diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-11-22 17:13:03 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | 58bb86fd2f0ecd740fc5bc8078de44221c12c70a (patch) | |
tree | 79e83f044d643211d3f9ebfd933e9dea92b2d04e /asl/annotations.hpp | |
parent | f5ef1937eafb3d96b3683d92639a193694210c70 (diff) |
Add a niche to box
Diffstat (limited to 'asl/annotations.hpp')
-rw-r--r-- | asl/annotations.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asl/annotations.hpp b/asl/annotations.hpp index a398e13..fc65378 100644 --- a/asl/annotations.hpp +++ b/asl/annotations.hpp @@ -2,7 +2,6 @@ #include "asl/config.hpp"
-
#if ASL_COMPILER_CLANG_CL
#define ASL_NO_UNIQUE_ADDRESS [[msvc::no_unique_address]]
#elif ASL_COMPILER_CLANG
|