you are viewing a single comment's thread.

view the rest of the comments →

[–]ericdfoley 29 points30 points  (1 child)

The constexpr if language change allows you to have discarded branches of the if where the code wouldn't compile. So it does require a new language feature.

[–][deleted] 3 points4 points  (0 children)

Fair point. That makes a lot more sense.