CPP: Reword the query message.

This commit is contained in:
Geoffrey White
2019-10-14 14:02:14 +01:00
parent 41969a3d92
commit e48936244d
2 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
| template.cpp:4:7:4:15 | ... < ... | Check the comparison operator precedence. |
| test.cpp:42:6:42:14 | ... < ... | Check the comparison operator precedence. |
| test.cpp:43:6:43:14 | ... > ... | Check the comparison operator precedence. |
| test.cpp:44:6:44:16 | ... <= ... | Check the comparison operator precedence. |
| test.cpp:45:6:45:16 | ... <= ... | Check the comparison operator precedence. |
| test.cpp:46:6:46:14 | ... > ... | Check the comparison operator precedence. |
| test.cpp:50:6:50:32 | ... < ... | Check the comparison operator precedence. |
| test.cpp:51:6:51:18 | ... < ... | Check the comparison operator precedence. |
| test.cpp:54:8:54:16 | ... < ... | Check the comparison operator precedence. |
| template.cpp:4:7:4:15 | ... < ... | Comparison as an operand to another comparison. |
| test.cpp:42:6:42:14 | ... < ... | Comparison as an operand to another comparison. |
| test.cpp:43:6:43:14 | ... > ... | Comparison as an operand to another comparison. |
| test.cpp:44:6:44:16 | ... <= ... | Comparison as an operand to another comparison. |
| test.cpp:45:6:45:16 | ... <= ... | Comparison as an operand to another comparison. |
| test.cpp:46:6:46:14 | ... > ... | Comparison as an operand to another comparison. |
| test.cpp:50:6:50:32 | ... < ... | Comparison as an operand to another comparison. |
| test.cpp:51:6:51:18 | ... < ... | Comparison as an operand to another comparison. |
| test.cpp:54:8:54:16 | ... < ... | Comparison as an operand to another comparison. |