Skip to content

Commit 4efa59d

Browse files
authored
Merge pull request #547 from jketema/frontend-update
Update test after frontend update
2 parents 05bf270 + a2eefa4 commit 4efa59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
| test.cpp:33:7:33:7 | call to operator A | User-defined conversion operators should not be used. |
22
| test.cpp:35:24:35:24 | call to operator A * | User-defined conversion operators should not be used. |
3-
| test.cpp:37:15:37:15 | call to operator B::array_A * | User-defined conversion operators should not be used. |
3+
| test.cpp:37:15:37:15 | call to operator A (*)[3] | User-defined conversion operators should not be used. |
44
| test.cpp:41:7:41:7 | call to operator A * | User-defined conversion operators should not be used. |

0 commit comments

Comments
 (0)