[Bug libstdc++/60564] [4.8/4.9 Regression] [C++11] The std::packaged_task constructor taking a reference to a functor does not copy its argument.

2014-03-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60564 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug libstdc++/60564] [4.8/4.9 Regression] [C++11] The std::packaged_task constructor taking a reference to a functor does not copy its argument.

2014-03-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60564 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Tue Mar 18 16:31:38 2014 New Revision: 208656 URL: http://gcc.gnu.org/viewcvs?rev=208656&root=gcc&view=rev Log: PR libstdc++/60564 * include/std/future (__future_base::_Task_state

[Bug libstdc++/60564] [4.8/4.9 Regression] [C++11] The std::packaged_task constructor taking a reference to a functor does not copy its argument.

2014-03-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60564 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Tue Mar 18 16:30:28 2014 New Revision: 208655 URL: http://gcc.gnu.org/viewcvs?rev=208655&root=gcc&view=rev Log: PR libstdc++/60564 * include/std/future (__future_base::_Task_state

[Bug libstdc++/60564] [4.8/4.9 Regression] [C++11] The std::packaged_task constructor taking a reference to a functor does not copy its argument.

2014-03-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60564 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |4.8.3 Summary|[C++11] The