Skip to content

Commit

Permalink
Update wg21 and add README
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
  • Loading branch information
stephanlachnit committed Aug 21, 2024
1 parent acfcb3c commit f112ed9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions README.md
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
```

### PDF

```sh
make pdf
open generated/paper.pdf
```
2 changes: 1 addition & 1 deletion wg21

0 comments on commit f112ed9

Please sign in to comment.