An open API service indexing awesome lists of open source software.

https://github.com/stellar-group/p1017

Executors should be variadic
https://github.com/stellar-group/p1017

Last synced: 4 months ago
JSON representation

Executors should be variadic

Awesome Lists containing this project

README

          

This is the source of the ISO C++ paper P1017.

Build the paper with

$ pandoc --number-sections -H header.tex P1017.md -o P1017.pdf

or simply

$ make

Alternate Word and HTML formats can be generated with:

$ make P1017.docx
$ make P1017.html