Shachar Langbeheim
Results
1
issues of
Shachar Langbeheim
"If/else bodies with multiple statements require braces [readability/braces] " error is given for code like if constexpr (foo) { ... } else if constexpr (bar) { ... } else {...