PR libstdc++/45924
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 2010 00:17:24 +0000 (00:17 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 2010 00:17:24 +0000 (00:17 +0000)
commit09ad1038f5c00ff4116378bf02757e0ba7e8f445
treecb9c9e9c828351ae826f75e65cc5d955ad343313
parent1f1e3e697711f6fbd44d86ee64c2b9aa44896a1d
PR libstdc++/45924
* include/std/functional (_Bind_result::operator()): Do not expand
template parameter pack in forward call.
* testsuite/20_util/bind/45924.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165072 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/include/std/functional
libstdc++-v3/testsuite/20_util/bind/45924.cc [new file with mode: 0644]