http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45893
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[C++0x] Finish updating |[C++0x] [DR 817] Finish
|std::bind to rvalue refs |updating std::bind to
| |rvalue refs
--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2010-10-05
13:27:18 UTC ---
I see. By the way, when std::bind is fixed, it should become possible to remove
the thread::thread(_Callable) constructor (alternately, we should not use there
std::bind as an implementation detail).