From f112ed92862a128b69625abdad03017ab10851c6 Mon Sep 17 00:00:00 2001 From: Stephan Lachnit Date: Wed, 21 Aug 2024 17:53:12 +0200 Subject: [PATCH] Update wg21 and add README Signed-off-by: Stephan Lachnit --- README.md | 25 +++++++++++++++++++++++++ wg21 | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6da1310 --- /dev/null +++ b/README.md @@ -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 +``` diff --git a/wg21 b/wg21 index 266f721..0c965d0 160000 --- a/wg21 +++ b/wg21 @@ -1 +1 @@ -Subproject commit 266f72191a60f10f5670b49cd6cf5ff2134b71ad +Subproject commit 0c965d0d7bb71b66401b324f655ad881063e16d3