Implement shift operators
This commit is contained in:
@ -42,7 +42,9 @@ namespace boot
|
||||
greater_equal,
|
||||
disjunction,
|
||||
conjunction,
|
||||
exclusive_disjunction
|
||||
exclusive_disjunction,
|
||||
shift_left,
|
||||
shift_right
|
||||
};
|
||||
|
||||
enum class unary_operator
|
||||
|
Reference in New Issue
Block a user