You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// not parallelized as benchmarks show it isn't worth it
return _STD move_backward(_First, _Last, _Dest);
}
#endif // _HAS_CXX17
I don't see these overloads declared or defined in WG21-N4910, and I don't see them mentioned in the original paper P0024R2 anywhere (including in the table of algorithms being parallelized; notably, that table did mention the algorithms we missed in #525).
I think we went too far, and that we should remove these overloads and any associated test coverage. I am skipping them for Standard Library Modules as they are non-Standard.
The text was updated successfully, but these errors were encountered:
We implemented:
STL/stl/inc/xutility
Lines 4260 to 4267 in 2787718
STL/stl/inc/xutility
Lines 4342 to 4349 in 2787718
I don't see these overloads declared or defined in WG21-N4910, and I don't see them mentioned in the original paper P0024R2 anywhere (including in the table of algorithms being parallelized; notably, that table did mention the algorithms we missed in #525).
I think we went too far, and that we should remove these overloads and any associated test coverage. I am skipping them for Standard Library Modules as they are non-Standard.
The text was updated successfully, but these errors were encountered: