Add missing operators in ParseWithShortcuts.
This commit is contained in:
parent
a6f245a8b4
commit
f127f8797f
@ -634,6 +634,7 @@ namespace cling {
|
||||
if (funcName.size() > 8 && strncmp(funcName.data(),"operator",8) == 0
|
||||
&&( funcName[8] == ' ' || funcName[8] == '*'
|
||||
|| funcName[8] == '%' || funcName[8] == '&'
|
||||
|| funcName[8] == '|' || funcName[8] == '/'
|
||||
|| funcName[8] == '+' || funcName[8] == '-'
|
||||
|| funcName[8] == '(' || funcName[8] == '['
|
||||
|| funcName[8] == '=' || funcName[8] == '!'
|
||||
|
Loading…
x
Reference in New Issue
Block a user