3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00
z3/src/math
Michał Janiszewski cfd0486582 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 19:16:07 +02:00
..
automata Use nullptr. 2018-02-12 14:05:55 +07:00
euclid Use nullptr. 2018-02-12 14:05:55 +07:00
grobner Use nullptr. 2018-02-12 14:05:55 +07:00
hilbert Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
interval fix build of unit tests 2017-10-16 00:54:30 +01:00
polynomial Catch exceptions by const-reference 2018-10-16 19:16:07 +02:00
realclosure Use nullptr. 2018-02-12 14:05:55 +07:00
simplex force the new arithmetic solver for QF_LIA 2018-07-09 16:33:48 -07:00
subpaving Catch exceptions by const-reference 2018-10-16 19:16:07 +02:00