-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
- Loading branch information
1 parent
acfcb3c
commit f112ed9
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# C++ paper for addition of `mdspan.at()` | ||
|
||
## Prepare | ||
|
||
```sh | ||
make update | ||
``` | ||
|
||
See also [github.com/mpark/wg21](https://github.com/mpark/wg21/blob/master/README.md). | ||
|
||
## Build | ||
|
||
### HTML | ||
|
||
```sh | ||
make html | ||
open generated/paper.html | ||
``` | ||
|
||
|
||
```sh | ||
make pdf | ||
open generated/paper.pdf | ||
``` |
Submodule wg21
updated
4 files
+1 −1 | data/csl/wg21.csl | |
+3 −0 | data/defaults.sh | |
+29 −0 | data/filters/wg21.py | |
+2 −1 | data/metadata.yaml |