mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
The `<?` and `>?` operators where removed in g++ in version 4.3, and the latest version of our our frontend enforces this through a version check. Hence, to keep the test working, we not to explicitly specify a version.
7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
| test.cpp:4:13:4:13 | i |
|
|
| test.cpp:4:13:4:18 | ... <? ... |
|
|
| test.cpp:4:18:4:18 | j |
|
|
| test.cpp:5:13:5:13 | i |
|
|
| test.cpp:5:13:5:18 | ... >? ... |
|
|
| test.cpp:5:18:5:18 | j |
|