Skip to content

Commit 07c9015

Browse files
committed
P3833R2a - uncirculated
Signed-off-by: Ted Lyngmo <ted@lyncon.se>
1 parent 40dba27 commit 07c9015

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

P3833/P3833.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: "`std::multi_lock`"
33
---
44

5-
- **Document number:** P3833R1
6-
- **Date:** 2026-03-24
5+
- **Document number:** P3833R2a
6+
- **Date:** @DATE@
77
- **Audience:** LEWGI/SG1
88
- **Project:** ISO/IEC 14882 Programming Languages — C++, ISO/IEC JTC1/SC22/WG21
99
- **Reply-to:** Ted Lyngmo <ted@lyncon.se>

P3833/generate_html.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name=$(grep 'Document number' $in | grep -oP 'P\d+R\w+')
55
out="$name".html
66

77
# Generate HTML from Markdown (title from YAML front matter)
8-
pandoc "$in" -f markdown -t html5 -s \
8+
sed "s/@DATE@/$(date +%F)/g" "$in" | pandoc - -f markdown -t html5 -s \
99
--css=proposal-style.css \
1010
--embed-resources --standalone \
1111
-o "$out"

0 commit comments

Comments
 (0)