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
- Host: GitHub
- URL: https://github.com/stellar-group/p1017
- Owner: STEllAR-GROUP
- Created: 2018-04-06T01:20:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T14:34:18.000Z (over 7 years ago)
- Last Synced: 2025-01-10T19:45:35.019Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 251 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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