Browse Source

Update parser.h

blueloveTH 3 years ago
parent
commit
c2d451695c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/parser.h

+ 1 - 1
src/parser.h

@@ -231,7 +231,7 @@ struct Parser {
             return 0;
             return 0;
         }
         }
 
 
-        if(kTokenKwMap.count(name)){
+        if(kTokenKwMap.contains(name)){
             if(name == "not"){
             if(name == "not"){
                 if(strncmp(curr_char, " in", 3) == 0){
                 if(strncmp(curr_char, " in", 3) == 0){
                     curr_char += 3;
                     curr_char += 3;