add braces to avoid ambiguous else
fixes warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else]
the foreach macro ends with else
so when the foreach is in an if block
explicit braces make it clear where that else
belongs
fixes warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else]
the foreach macro ends with else
so when the foreach is in an if block
explicit braces make it clear where that else
belongs