Files
eigen/Eigen/src
David Tellenbach 9f202c6f1e Fix undefined behaviour caused by uncaught exceptions in OMP section
An OpenMP parallel section must have a single entry and a single point
of exit. Leaving such a section by throwing an exception is undefined.
This patch fixes this by catching possible exceptions on the parallel
section and throwing right we left it.
2020-10-02 00:41:01 +02:00
..
2019-05-13 19:02:30 +02:00
2020-08-31 00:20:10 +02:00
2019-05-23 15:31:12 +02:00
2016-12-27 22:04:58 +01:00