| Subject | Re: survey on C++ exception handling |
|---|---|
| Author | |
| Post date | 2014-08-15T08:28:47Z |
I guess you can count how many try/catch blocks are in the project with
grep catch\ \( -R .
| Subject | Re: survey on C++ exception handling |
|---|---|
| Author | |
| Post date | 2014-08-15T08:28:47Z |