Przeglądaj źródła

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 lat temu
rodzic
commit
13c40894aa
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0
    2
      child.cpp

+ 0
- 2
child.cpp Wyświetl plik

@@ -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;

Ładowanie…
Anuluj
Zapisz