-
- Downloads
There was a problem fetching the pipeline summary.
Cast expression to void to sidestep a warning
The expression in question is clearly intentionally unused.
Please register or sign in to comment
The expression in question is clearly intentionally unused.
I understand the cast of the unused result. But is the cast of the argument really necessary?
My clang-3.8 is happy if we only do (void) std::initializer_list<int>...
.
I didn't test that. I found it easier to understand the code this way. But those lines are gone now anyway, right?