diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-10-01 23:38:01 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-10-01 23:38:01 +0200 |
commit | 0f2d186fbd4cc637a359b1d62370174aebd2b80f (patch) | |
tree | 3852f378c6f25dae63e16355c9cccc8bcffb551c /asl/annotations.hpp | |
parent | def67bba57e7cfdf9942bc2c88a4ce484963f9d2 (diff) |
Some work on maybe_uninit & option
Diffstat (limited to 'asl/annotations.hpp')
-rw-r--r-- | asl/annotations.hpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/asl/annotations.hpp b/asl/annotations.hpp index c0d8f20..90e603f 100644 --- a/asl/annotations.hpp +++ b/asl/annotations.hpp @@ -9,15 +9,3 @@ #else
#define ASL_NO_UNIQUE_ADDRESS [[no_unique_address]]
#endif
-
-namespace asl
-{
-
-struct unsafe
-{
- unsafe() = delete;
- explicit unsafe(auto&&) {}
-};
-
-} // namespace asl
-
|