summaryrefslogblamecommitdiff
path: root/src/poison.hpp
blob: 1b3191a9e3c41c0d1cec2958788416395c567344 (plain) (tree)
1
2
3
4
5
6
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>