Skip to content

Commit 083c1ef

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ TInCuP bridges the gap between `tag_invoke`'s theoretical benefits and practical
6767

6868
Want to experiment with TInCuP before installing? Use our Compiler Explorer examples:
6969

70-
- Compiler flags used: `-std=c++20 -Wno-c++26-extensions -O2 -DTINCUP_DIAGNOSTIC_LEVEL=3 -DCOMPILER_EXPLORER`
7170
* [Basic Printing](https://godbolt.org/z/3945vq437)
7271
* [Bool Dispatch](https://godbolt.org/z/K1xcqqPad)
7372

@@ -80,6 +79,8 @@ Want to experiment with TInCuP before installing? Use our Compiler Explorer exam
8079
| Incorrect Argument Order | [CLICK](https://godbolt.org/z/349nK567j) | [CLICK](https://godbolt.org/z/zhPh7rha5) |
8180
| Incorrect Arity | [CLICK](https://godbolt.org/z/9dfaahc73) | [CLICK](https://godbolt.org/z/Echj4Tf35) |
8281

82+
Compiler flags used: `-std=c++20 -Wno-c++26-extensions -O2 -DTINCUP_DIAGNOSTIC_LEVEL=3 -DCOMPILER_EXPLORER`
83+
8384
## Installation
8485

8586
- Python tools (latest): `pip install TInCuP` (installs the `cpo-generator` CLI)

0 commit comments

Comments
 (0)