- P1260R0: Pattern Matching - Requested to unify with P1308R0
- P0655R1:
visit<R>: Explicit Return Type forvisit- Accepted in C++20 - D0080R1: Tweaks to the Kona Variant - Encouraged to return with
P-papers - P0080R0: Variant: Discriminated Union with Value Semantics - Not presented
- N3887: Consistent Metafunction Aliases - Accepted in C++14
Refer to How I format my C++ papers for an overview.
make <paper>.pdf // Generates `pdf/<paper>.pdf` from `<paper>.pandoc`
make <paper>.md // Generates `github/<paper>.md` from `<paper>.pandoc`pdflatexpandocpandoc-citeprocpython3panflute
brew cask install mactex
brew install pandoc
brew install pandoc-citeproc
brew install python
pip3 install panflute