summaryrefslogtreecommitdiff
path: root/src/poison.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/poison.hpp')
-rw-r--r--src/poison.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/poison.hpp b/src/poison.hpp
new file mode 100644
index 0000000..1b3191a
--- /dev/null
+++ b/src/poison.hpp
@@ -0,0 +1,7 @@
+// impossible(*) to use safely
+// removed in C11
+#pragma GCC poison gets
+
+// TODO fill in as they are removed from source code:
+// float/double (use a fixed class)
+// mem* and str* from <string.h>, in favor of <algorithm>