Commit 57ff6e4
committed
Incorrect recognition of a lex rule pattern.
The internal documentation gave the warning :
```
.../src/commentcnv.l:1865: error: include file commentcnv.l.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
```
due to the line:
```
parseIncludeOptions(yyscanner,std::string_view{yytext,static_cast<size_t>(yyleng)};
```
more precise the part `<size_t>` that was seen as a lex rule pattern though it was inside the "code".1 parent ce8474e commit 57ff6e4
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
| 701 | + | |
701 | 702 | | |
702 | 703 | | |
703 | 704 | | |
| |||
0 commit comments