public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/45893] New: Finish updating std::bind to rvalue refs
@ 2010-10-05 11:05 paolo.carlini at oracle dot com
  2010-10-05 11:06 ` [Bug libstdc++/45893] [C++0x] " paolo.carlini at oracle dot com
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: paolo.carlini at oracle dot com @ 2010-10-05 11:05 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Finish updating std::bind to rvalue refs
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: paolo.carlini@oracle.com


While working on something else, I just noticed that, eg, we still have
bind(_Functor __f, _ArgTypes... __args) instead of bind(_Functor&& __f,
_ArgTypes&&... __args).


I also wonder if this may have to do with the mysterious issues with volatile
and const volatile (for example, thread takes && but then uses bind which
doesn't...)


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-10-08  9:26 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-05 11:05 [Bug libstdc++/45893] New: Finish updating std::bind to rvalue refs paolo.carlini at oracle dot com
2010-10-05 11:06 ` [Bug libstdc++/45893] [C++0x] " paolo.carlini at oracle dot com
2010-10-05 11:14 ` redi at gcc dot gnu.org
2010-10-05 13:27 ` [Bug libstdc++/45893] [C++0x] [DR 817] " paolo.carlini at oracle dot com
2010-10-06  1:00 ` paolo.carlini at oracle dot com
2010-10-06  1:13 ` paolo.carlini at oracle dot com
2010-10-06  8:34 ` redi at gcc dot gnu.org
2010-10-07  0:46 ` redi at gcc dot gnu.org
2010-10-07  1:24 ` paolo.carlini at oracle dot com
2010-10-07  1:38 ` paolo.carlini at oracle dot com
2010-10-07  1:39 ` paolo.carlini at oracle dot com
2010-10-07  1:41 ` redi at gcc dot gnu.org
2010-10-08  0:44 ` redi at gcc dot gnu.org
2010-10-08  0:44 ` redi at gcc dot gnu.org
2010-10-08  9:26 ` paolo.carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).