-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
684cffe
commit a05840c
Showing
2 changed files
with
10 additions
and
10 deletions.
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<pre class='metadata'> | ||
Title: Text Parsing | ||
Shortname: D1729 | ||
Shortname: P1729 | ||
Revision: 5 | ||
Audience: LEWG, SG16 | ||
Status: D | ||
Status: P | ||
Group: WG21 | ||
URL: http://wg21.link/D1729R5 | ||
URL: http://wg21.link/P1729R5 | ||
Editor: Elias Kosunen, [email protected] | ||
Editor: Victor Zverovich, [email protected] | ||
Abstract: | ||
This paper discusses a new text parsing facility to complement the text | ||
formatting functionality of <code>std::format</code>, proposed in [[P0645]]. | ||
Date: 2024-10-08 | ||
Date: 2024-10-10 | ||
Markup Shorthands: markdown yes | ||
Max ToC Depth: 2 | ||
</pre> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<head> | ||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> | ||
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"> | ||
<title>D1729R5: Text Parsing</title> | ||
<title>P1729R5: Text Parsing</title> | ||
<style data-fill-with="stylesheet">/****************************************************************************** | ||
* Style sheet for the W3C specifications * | ||
* | ||
|
@@ -1562,9 +1562,9 @@ | |
blockquote c-[il] { color: inherit; } /* Literal.Number.Integer.Long */ | ||
</style> | ||
<meta content="Bikeshed version 4416b18d5, updated Tue Jan 2 15:52:39 2024 -0800" name="generator"> | ||
<link href="http://wg21.link/D1729R5" rel="canonical"> | ||
<link href="http://wg21.link/P1729R5" rel="canonical"> | ||
<link href="https://isocpp.org/favicon.ico" rel="icon"> | ||
<meta content="34b07f95baa8b2115e866c75200f11adb20dbbf9" name="revision"> | ||
<meta content="0422594f57d98c2be6d51e42b6e12b0f6f2605da" name="revision"> | ||
<style> | ||
|
||
caption { | ||
|
@@ -2122,12 +2122,12 @@ | |
<body class="h-entry"> | ||
<div class="head"> | ||
<p data-fill-with="logo"></p> | ||
<h1 class="p-name no-ref" id="title">D1729R5<br>Text Parsing</h1> | ||
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Draft Proposal, <time class="dt-updated" datetime="2024-10-08">2024-10-08</time></span></h2> | ||
<h1 class="p-name no-ref" id="title">P1729R5<br>Text Parsing</h1> | ||
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Published Proposal, <time class="dt-updated" datetime="2024-10-10">2024-10-10</time></span></h2> | ||
<div data-fill-with="spec-metadata"> | ||
<dl> | ||
<dt>This version: | ||
<dd><a class="u-url" href="http://wg21.link/D1729R5">http://wg21.link/D1729R5</a> | ||
<dd><a class="u-url" href="http://wg21.link/P1729R5">http://wg21.link/P1729R5</a> | ||
<dt class="editor">Authors: | ||
<dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:[email protected]">Elias Kosunen</a> | ||
<dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:[email protected]">Victor Zverovich</a> | ||
|