The C++ Standard paper(s) that I have written.
Official C++ Standard Committee papers are available from the C++ mailings.
More information on the C++ Standard Committee is available on the Committee site.
To create a html version
- Install pandoc
- Run the following command
pandoc input.md -f markdown_github --metadata pagetitle="title" -f gfm -s --include-in-header github.css -o output.html