Skip to content

Commit 41ce989

Browse files
committed
Update README format
Signed-off-by: Greg von Winckel <gregvw@gmail.com>
1 parent 615abbc commit 41ce989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Want to experiment with TInCuP before installing? Use our Compiler Explorer exam
7373

7474
### Enhanced Error Diagnostics:
7575

76-
| Error \ Compiler | clang-20.1.0 | x86-64 gcc 14.1 |
77-
| :--- | :--- | :--- |
76+
| Error \ Compiler | x86-64 clang-20.1.0 | x86-64 gcc 14.1 |
77+
| :--- | :---: | :---: |
7878
| Forgetting to Dereference a Pointer | [CLICK](https://godbolt.org/z/vTG4hrKrx) | [CLICK](https://godbolt.org/z/baEqsshvY) |
7979
| Passing a `const` When Mutable Expected | [CLICK](https://godbolt.org/z/Mdc381Gz4) | [CLICK](https://godbolt.org/z/n8rd68WYG) |
8080
| Incorrect Argument Order | [CLICK](https://godbolt.org/z/349nK567j) | [CLICK](https://godbolt.org/z/zhPh7rha5) |

0 commit comments

Comments
 (0)