Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define and use Exception::rethrow_nested to rethrow a nested exception of the same...
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 19 Feb 2021 13:10:14 +0000 (14:10 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 19 Feb 2021 21:40:10 +0000 (22:40 +0100)
commit0ec801c3e2074bc6973a0743a590771726d3787e
treec1719883eaa93b055fd6cc9b750affe3af064c68
parent31300b6ab0b67e63ad6550f2be68ad6943dbe5ab
Define and use Exception::rethrow_nested to rethrow a nested exception of the same type.
include/simgrid/Exception.hpp
src/kernel/actor/ActorImpl.cpp