Skip to content

camio/wg21

 
 

Repository files navigation

WG21: C++ Standards Committee Papers

Status

  • P1260R0: Pattern Matching - Requested to unify with P1308R0
  • P0655R1: visit<R>: Explicit Return Type for visit - 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

Formatting

Refer to How I format my C++ papers for an overview.

Generation

make <paper>.pdf  // Generates `pdf/<paper>.pdf` from `<paper>.pandoc`
make <paper>.md   // Generates `github/<paper>.md` from `<paper>.pandoc`

Requirements

  • pdflatex
  • pandoc
  • pandoc-citeproc
  • python3
  • panflute

OS X

brew cask install mactex

brew install pandoc
brew install pandoc-citeproc

brew install python
pip3 install panflute

About

WG21: C++ Standards Committee Papers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.4%
  • TeX 16.2%
  • Makefile 7.4%