libstdc++: Fix name of macro in #undef directive
authorJonathan Wakely <jwakely@redhat.com>
Tue, 4 Feb 2020 13:30:57 +0000 (13:30 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 4 Feb 2020 13:30:57 +0000 (13:30 +0000)
commit9bc5bea1f3f0ce3927fd86ce728641d087f3d3b5
tree8afc0e0a8ec943c5b18aae17ef1a103882393af8
parent9962493ca2f71d3f3dd06b0e9cd19fcf849e3e4b
libstdc++: Fix name of macro in #undef directive

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.
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/functional