arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
456 stars 90 forks source link

Change rethrow statements #25

Closed Gerardwx closed 5 years ago

Gerardwx commented 5 years ago

In C++, exceptions are rethrown with just throw, otherwise they get sliced into the type of the catch expression as discussion at https://en.cppreference.com/w/cpp/language/throw