[Bug c++/42201] [C++0x] std::vector<std::unique_future<T>>::push_back fails
paolo dot carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Fri Nov 27 23:08:00 GMT 2009
------- Comment #2 from paolo dot carlini at oracle dot com 2009-11-27 23:08 -------
The issue is pretty simple, actually: std::unique_future (which, by the way,
will be renamed just std::future), is missing move assignment operator. Note,
in N2914 it does *not* exist, has been added only in N3000, I guess we can as
well add it right now, before the rename. But again, consider that these
facilities are still experimental, the working draft is changing rather
quickly...
--
paolo dot carlini at oracle dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2009-11-27 23:08:12
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42201
More information about the Gcc-bugs
mailing list