oneDPL icon indicating copy to clipboard operation
oneDPL copied to clipboard

std::move call under __except_handler

Open SergeyKopienko opened this issue 11 months ago • 0 comments

https://github.com/oneapi-src/oneDPL/blob/7eae79ef0257ea89358d5a22fb2b9c98c723981d/include/oneapi/dpl/pstl/algorithm_impl.h#L3083

It's looks like an error because we may receive an exceptions from move / copy constructors which will be suppressed by __except_handler or more over __except_handler will terminate process.

SergeyKopienko avatar Mar 21 '24 08:03 SergeyKopienko