Просмотр исходного кода

Do not throw exception on I/O error. Reason: Not throwing an exception is the expection of c++ streams.

git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@69 d34b734f-a00e-4b39-a726-e4eeb87269ab
adeniz_1
adeniz 9 лет назад
Родитель
Сommit
13c40894aa
1 измененных файлов: 0 добавлений и 2 удалений
  1. 0
    2
      child.cpp

+ 0
- 2
child.cpp Просмотреть файл

@@ -69,8 +69,6 @@ namespace CodeDweller {
throw std::invalid_argument("A child executable must be specified.");
}
reader.exceptions(std::istream::failbit | std::istream::badbit);
writer.exceptions(std::ostream::failbit | std::ostream::badbit);
childStarted = false;
childExited = false;
exitCodeObtainedFlag = false;

Загрузка…
Отмена
Сохранить