Guillaume Munch e449e70e38 Simplify Changers interface
In fact having an extra parameter "bool cond" is no longer useful because it can
now always be emulated with a ternary operator:
	Changers dummy = cond ? do_change() : Changer();
2016-11-21 00:08:11 +01:00
..
2016-06-07 20:34:52 +02:00
2016-06-15 14:42:34 +01:00
2016-05-29 17:55:43 -04:00
2016-05-29 17:55:43 -04:00
2016-05-29 17:55:43 -04:00
2015-05-10 10:01:33 +02:00
2016-05-29 17:55:45 -04:00
2016-06-07 20:34:52 +02:00
2015-10-10 21:04:28 +02:00
2014-08-27 19:48:42 +02:00
2014-08-27 19:48:42 +02:00
2016-06-07 20:34:52 +02:00
2016-06-14 01:34:16 +01:00
2013-10-08 22:06:55 +02:00
2013-10-08 22:06:55 +02:00
2016-05-29 17:55:43 -04:00
2016-05-29 17:55:44 -04:00
2013-02-12 12:29:33 +01:00
2016-11-21 00:08:11 +01:00
2016-06-07 20:34:52 +02:00
2016-08-17 22:32:14 +02:00
2012-12-30 20:52:49 +01:00
2015-02-20 15:39:45 +01:00
2015-03-18 21:33:10 +01:00
2016-06-26 19:38:16 +01:00
2016-06-14 16:44:40 +01:00
2016-06-09 15:21:39 +01:00
2015-09-12 18:49:22 +02:00