Exceptions are not propagated
#include <exception>
throw std::domain_error("Exceptionnel");
Failed to parse the given C++ code compilation failed: Exceptionnel
Edited by ROUVREAU Vincent
#include <exception>
throw std::domain_error("Exceptionnel");
Failed to parse the given C++ code compilation failed: Exceptionnel