Skip to content

Commit

Permalink
Update README godbolt link
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Nov 5, 2024
1 parent e937be1 commit e35d46f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ int main() {
}
```

Try out in [Compiler Explorer](https://godbolt.org/z/djzKx6Evz).
Try out in [Compiler Explorer](https://godbolt.org/z/oG71eorvE).

## What is this?

Expand Down
4 changes: 4 additions & 0 deletions docs/pages/mainpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
Think of it as a more C++-y `scanf`, or the inverse of
<a href="https://fmt.dev">{fmt}</a> / `std::format`.

This library is the reference implementation of the
ISO C++ standards proposal
<a href="https://wg21.link/p1729">P1729 "Text Parsing"</a>.

The code lives over at GitHub, at https://github.com/eliaskosunen/scnlib.

\code{.cpp}
Expand Down

0 comments on commit e35d46f

Please sign in to comment.