upgraded to C++17 compatibility

This commit is contained in:
Marc Wäckerlin
2018-11-21 15:24:07 +00:00
parent 4528cd8d78
commit 80c80e9cc4
50 changed files with 1893 additions and 1231 deletions

View File

@@ -101,7 +101,7 @@ public:
CPPUNIT_ASSERT_THROW(throw, mrw::ExecutionFailedExc);
}
}
void unexpectedExc2() throw(std::bad_exception) {
void unexpectedExc2() {
try {
mrw::PartialExec exec = (mrw::Cmd("/bin/false")).start();
while (!exec.finished()) exec.read();