Use colon instead of as to cast
This commit is contained in:
@ -1014,6 +1014,8 @@ namespace boot
|
||||
return "and";
|
||||
case binary_operator::disjunction:
|
||||
return "or";
|
||||
case binary_operator::exclusive_disjunction:
|
||||
return "xor";
|
||||
}
|
||||
__builtin_unreachable();
|
||||
};
|
||||
|
Reference in New Issue
Block a user