do not use `fstream::good()`, but use a nice for-loop
commit1b1dd594499a6220507382914ffacbe2910ff5ad
authorDaniel Knittl-Frank <knittl89+git@googlemail.com>
Sun, 3 Oct 2010 11:54:22 +0000 (3 13:54 +0200)
committerDaniel Knittl-Frank <knittl89+git@googlemail.com>
Sun, 3 Oct 2010 11:54:22 +0000 (3 13:54 +0200)
tree5d34731425ee9a884d7c2adb940d57d328fd8aec
parent28c5a51409dfa4af8a26dc4b689e3f7b327e9dab
do not use `fstream::good()`, but use a nice for-loop

advice in ##c++ from rdpate, streams have operator! overloaded and
getline returns the stream
C/recheck_layouts.cpp