]> git.ipfire.org Git - thirdparty/gcc.git/commit
Minor simplification to std::_Bind_result helpers
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Oct 2016 16:15:52 +0000 (16:15 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Oct 2016 16:15:52 +0000 (16:15 +0000)
commit2189196c4c2bfa189d24b1b0c55bf976c49765a8
tree0ae0104d0d1b18413144651fb5833993248fb3f5
parent5567354929c51236dd895180022090fdc86c40c3
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240940 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/functional