• Michał Janiszewski's avatar
    Catch exceptions by const-reference · c8e6ce30
    Michał Janiszewski authored
    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.
    c8e6ce30
Name
Last commit
Last update
..
doc Loading commit data...
include/opencv2 Loading commit data...
misc/java Loading commit data...
perf Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...