Skip to content

Commit

Permalink
Automatically include <iostream> in godbolt link
Browse files Browse the repository at this point in the history
This eliminates the main annoyance in my personal use of the godbolt
link, and I suspect many others' too.

Fixes #290.
  • Loading branch information
chiphogg committed Sep 14, 2024
1 parent 45b232b commit 7a0410f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In short: if your C++ programs handle physical quantities, Au will make you fast
effective at your job. You'll find everything you need in our [full documentation
website](https://aurora-opensource.github.io/au).

> _Try it out on [Compiler Explorer ("godbolt")](https://godbolt.org/z/KrvfhP4M3)!_
> _Try it out on [Compiler Explorer ("godbolt")](https://godbolt.org/z/G6r315G9n)!_
## Why Au?

Expand Down

0 comments on commit 7a0410f

Please sign in to comment.