Am 2017-01-12 15:14, schrieb Kevin Kofler:
Martin Gräßlin wrote:
Everybody except I. I would have to maintain that mess. And I don't
have
time to maintain multiple compile time paths.
I don't see how it would be any more work to maintain #if FEATURE as
compared to #if 0.
The difference is that #if 0 means exactly one code path to maintain.
Any #if FEATURE path means an additional path people need to test and
get bug reports for. I don't have time for that. For me there is either
we have a feature or we don't. But no maybe.
Cheers
Martin