This repository contains papers written for the ISO C++ Standards Committee (WG21) by C++ Alliance.
source/- Current paper drafts (markdown)archive/- Previous revisionstools/- Build scripts and styling
From source/ or archive/:
make <paper>.html # Generate HTML
make <paper>.pdf # Generate PDF (requires LaTeX)Output files are created in the repository root.
- pandoc
- mermaid-filter (
npm install -g mermaid-filter) - xelatex (for PDF output)
Run make check to verify dependencies.