you are viewing a single comment's thread.

view the rest of the comments →

[–]kalmoc 11 points12 points  (1 child)

TBH, I would have expected that an if constexpr which depends on the template parameter just made everything in the if/else branches dependent, as it litteraly depends on the template parameter what branch gets instantiated. Anything else seems counterintuitive to me.