Files
rawTherapee/rtengine
Flössie d72d931c9e Variadic template version of rtengine::(min|max)()
This change allows for an arbitrary number of arguments to `min()` and
`max()` by using recursion on variadic template functions. The
disassembly of GCC 6.3 was carefully checked for regressions, but
nothing was found other than the flipping of arguments (recursion is
now `(((a,b),c),d)` and was `(d,(c,(a,b)))` before).

I also unified the common type `_Tp` to to the even more common `T`.
2017-02-28 20:57:19 +01:00
..
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2016-10-18 18:16:05 +02:00
2016-10-17 18:49:15 +02:00
2016-10-12 17:48:40 +02:00
2016-10-17 18:49:15 +02:00
2016-10-12 17:48:40 +02:00
2016-10-08 15:36:44 +02:00
2017-02-14 20:49:10 +01:00
2016-10-08 15:36:44 +02:00
2016-10-18 17:48:50 +02:00
2016-07-14 20:56:14 +02:00
2017-02-14 21:23:54 +01:00
2016-10-08 15:36:44 +02:00
2017-02-11 17:48:59 +01:00
2017-02-14 21:23:54 +01:00
2016-10-12 17:48:40 +02:00
2016-10-18 18:16:05 +02:00
2017-02-14 21:23:54 +01:00
2016-10-12 17:48:40 +02:00
2017-02-14 21:23:54 +01:00
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2017-02-22 14:50:10 +01:00
2017-02-22 14:50:10 +01:00
2016-10-12 17:48:40 +02:00
2016-10-12 19:04:06 +02:00
2016-06-12 18:13:01 +02:00
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2017-02-16 14:12:03 +01:00
2016-10-08 15:36:44 +02:00