functional
39.2 KB
-
libstdc++: Fix name of macro in #undef directive · 9bc5bea1
The macro that is defined is _GLIBCXX_NOT_FN_CALL_OP but the macro that was named in the #undef directive was _GLIBCXX_NOT_FN_CALL. This fixes the #undef. * include/std/functional (_GLIBCXX_NOT_FN_CALL_OP): Un-define after use.
Jonathan Wakely committed