Files
opencv/modules
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-16 22:43:54 +02:00
2018-10-11 18:45:20 +09:00
2018-09-29 23:13:12 +09:00
2018-09-26 19:37:44 +03:00
2018-09-29 11:36:47 +00:00
2018-09-18 07:22:39 +03:00
2018-10-10 19:26:19 +00:00