OSDN Git Service

2010-10-07 Jonathan Wakely <jwakely.gcc@gmail.com>
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 2010 00:19:18 +0000 (00:19 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 2010 00:19:18 +0000 (00:19 +0000)
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@165075 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog

index bd06501..94586f6 100644 (file)
@@ -1,3 +1,10 @@
+2010-10-07  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       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.
+
 2010-10-06  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/std/functional (struct _Weak_result_type_impl): Add