Merge pull request #18239 from vnen/variant-op-names

Fix names of Variant operators
This commit is contained in:
Rémi Verschelde 2018-04-17 11:19:48 +02:00 committed by GitHub
commit e9ad3fada1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3728,8 +3728,9 @@ static const char *_op_names[Variant::OP_MAX] = {
"*",
"/",
"- (negation)",
"+ (positive)",
"%",
"..",
"+ (concatenation)",
"<<",
">>",
"&",