Skip to content

Don't use the GCC ternary syntax extension

Nirbheek Chauhan requested to merge nirbheek/gcc-ternary-expr into master

It breaks MSVC compatibility, and is only useful when the expression has to be evaluated only once, which is not applicable here.

Merge request reports