This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/45924] [4.5/4.6 Regression] [C++0x] bind<R>(x)(y, z) fails


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45924

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2010-10-07 00:19:33 UTC ---
Author: redi
Date: Thu Oct  7 00:19:18 2010
New Revision: 165075

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165075
Log:
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.

Modified:
    trunk/libstdc++-v3/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]