Files
opencv/modules/core/test
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-09-07 20:33:52 +09:00
2018-09-27 16:31:31 +03:00