Minor simplification to std::_Bind_result helpers
authorJonathan Wakely <jwakely@redhat.com>
Mon, 10 Oct 2016 16:15:52 +0000 (17:15 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 10 Oct 2016 16:15:52 +0000 (17:15 +0100)
commit40962ac03a869cf7e07e0672c0a649371896277b
tree0ae0104d0d1b18413144651fb5833993248fb3f5
parent2d6744f47576c61fa914057cc7d60e40b74eda95
Minor simplification to std::_Bind_result helpers

* include/std/functional (_Bind_result::__enable_if_void): Use alias
template instead of class template.
(_Bind_result::__disable_if_void): Likewise.
(_Bind_result::__call): Adjust uses of __enable_if_void and
__disable_if_void.

From-SVN: r240940
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/functional