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++/59768] [DR 2219] std::thread constructor not handling reference_wrapper correctly


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59768

--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Tue Dec 22 11:37:07 2015
New Revision: 231900

URL: https://gcc.gnu.org/viewcvs?rev=231900&root=gcc&view=rev
Log:
Add inline to std::__invfwd

        PR libstdc++/59768
        * include/std/functional (__invfwd): Add inline specifier.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/functional

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