File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ TInCuP bridges the gap between `tag_invoke`'s theoretical benefits and practical
6767
6868Want 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)
You can’t perform that action at this time.
0 commit comments