We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40dba27 commit 07c9015Copy full SHA for 07c9015
2 files changed
P3833/P3833.md
@@ -2,8 +2,8 @@
2
title: "`std::multi_lock`"
3
---
4
5
-- **Document number:** P3833R1
6
-- **Date:** 2026-03-24
+- **Document number:** P3833R2a
+- **Date:** @DATE@
7
- **Audience:** LEWGI/SG1
8
- **Project:** ISO/IEC 14882 Programming Languages — C++, ISO/IEC JTC1/SC22/WG21
9
- **Reply-to:** Ted Lyngmo <ted@lyncon.se>
P3833/generate_html.sh
@@ -5,7 +5,7 @@ name=$(grep 'Document number' $in | grep -oP 'P\d+R\w+')
out="$name".html
# Generate HTML from Markdown (title from YAML front matter)
-pandoc "$in" -f markdown -t html5 -s \
+sed "s/@DATE@/$(date +%F)/g" "$in" | pandoc - -f markdown -t html5 -s \
--css=proposal-style.css \
10
--embed-resources --standalone \
11
-o "$out"
0 commit comments