------- Comment #8 from jwakely dot gcc at gmail dot com 2009-06-05 12:48 ------- I've got std::bind and friends working with rvalues, but bug 34022 means that ugly workarounds are needed to work with rvalues of scalar types. When Core DR 664 is ready and bug 34022 is fixed that won't be necessary.
Similar problems exist when invoking std::function with scalar rvalue arguments. -- jwakely dot gcc at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |34022 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35569