-
Notifications
You must be signed in to change notification settings - Fork 0
cleanup readme -- add link to paper -- add cpp26 badge #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cleanup readme -- add link to paper -- add cpp26 badge #5
Conversation
README.md
Outdated
some examples and tests will not be compiled | ||
unless provided compiler support **C++20** or ranges capabilities enabled. | ||
However, some examples and tests will not be compiled | ||
unless provided compiler support **C++20** or ranges capabilities enabled. <-- TODO there are no examples |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so the example link is dead maybe it should be removed for now? Also this ranges stuff is just exemplar stuff -- right @changkhothuychung ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @JeffGarland, yeah the example link should be removed, and yes the ranges stuff is just examplar stuff, I forgot to remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
@@ -0,0 +1,2 @@ | |||
infra/** linguist-vendored |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
driveby update to help github get code percentages right
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…tes-from-exemplar-to-copyable_function' into 3-readme-needs-updates-from-exemplar-to-copyable_function
I've put a couple todo's in the readme.