Skip to content

Commit

Permalink
📚 [README]
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Oct 15, 2024
1 parent 9163d85 commit 42922c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ut
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ int main() {
}
```

> Note: `UT_RUN_TIME, UT_COMPILE_TIME` can be used instead `mutable, consteval`.
> Note: `UT_RUN_TIME, UT_COMPILE_TIME` can be used instead of `mutable, consteval`.

```sh
$CXX example.cpp -std=c++20 # -DUT_COMPILE_TIME_ONLY
Expand Down

0 comments on commit 42922c4

Please sign in to comment.