Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 612 Bytes

File metadata and controls

16 lines (11 loc) · 612 Bytes

C++ Standard Committee Papers

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