summaryrefslogtreecommitdiff
path: root/asl/annotations.hpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-10-01 23:38:01 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-10-01 23:38:01 +0200
commit0f2d186fbd4cc637a359b1d62370174aebd2b80f (patch)
tree3852f378c6f25dae63e16355c9cccc8bcffb551c /asl/annotations.hpp
parentdef67bba57e7cfdf9942bc2c88a4ce484963f9d2 (diff)
Some work on maybe_uninit & option
Diffstat (limited to 'asl/annotations.hpp')
-rw-r--r--asl/annotations.hpp12
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
-