diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-02 00:24:47 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-02 00:24:47 +0100 |
commit | debb40b910e54b2d92a2f0c24920b2c4c9d0eb37 (patch) | |
tree | d756f2661feb210365d416e207ca482214dec03a /src/glob.cpp | |
parent | 7b0e9feee71bf739331d5bd6a4d7a73d163c7370 (diff) | |
download | sciteco-debb40b910e54b2d92a2f0c24920b2c4c9d0eb37.tar.gz |
removed last remaining "throw" specifications
* They are harmful. I removed most of them a long time ago
but kept some for their documenting character.
However, they will always result in additional checks (runtime
penalty) when the corresponding functions get called and cannot ensure that
only the declared exceptions are thrown at compile time.
Diffstat (limited to 'src/glob.cpp')
0 files changed, 0 insertions, 0 deletions