Michał Janiszewski
c8e6ce304f
Catch exceptions by const-reference
...
Exceptions caught by value incur needless cost in C++, most of them can
be caught by const-reference, especially as nearly none are actually
used. This could allow compiler generate a slightly more efficient code.
2018-10-16 22:43:54 +02:00
..
2018-10-13 21:35:10 +02:00
2018-10-16 22:43:54 +02:00
2018-10-01 13:23:18 +01:00
2018-10-09 17:39:39 +03:00
2018-10-03 00:59:08 +09:00
2018-10-11 18:45:20 +09:00
2018-10-04 08:35:34 +09:00
2018-09-29 23:13:12 +09:00
2018-10-15 19:17:18 +00:00
2018-09-28 11:04:13 +03:00
2018-09-26 19:37:44 +03:00
2018-10-14 21:18:05 +03:00
2018-10-12 17:08:01 -04:00
2018-10-16 22:43:54 +02:00
2018-09-29 11:36:47 +00:00
2018-10-15 17:35:21 +03:00
2018-10-15 17:16:17 +00:00
2018-09-18 07:22:39 +03:00
2018-10-10 16:58:23 +00:00
2018-09-14 06:45:31 +09:00
2018-10-10 19:26:19 +00:00
2018-09-14 06:45:31 +09:00
2018-10-08 03:00:25 +09:00
2018-10-15 19:18:24 +00:00
2018-10-15 18:20:15 +00:00
2018-09-14 06:45:31 +09:00