#pragma GCC poison
Remove the specified identifier(s) from the program (and forbid them from appearing).
See http://gcc.gnu.org/onlinedocs/gcc-3.2.3/cpp/Pragmas.html for more information.
#pragma GCC poison
Remove the specified identifier(s) from the program (and forbid them from appearing).
See http://gcc.gnu.org/onlinedocs/gcc-3.2.3/cpp/Pragmas.html for more information.