Skip to content

Commit 88301b7

Browse files
committed
update
1 parent 8f73cd4 commit 88301b7

File tree

8 files changed

+82
-9
lines changed

8 files changed

+82
-9
lines changed

issues/2144.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Core Issues List revision 114b.
1717
See http://www.open-std.org/jtc1/sc22/wg21/ for the official
1818
list.</EM></P>
19-
<P>2024-05-31</P>
19+
<P>2024-06-25</P>
2020
<HR>
2121
<A NAME="2144"></A><H4>2144.
2222

@@ -25,7 +25,7 @@
2525
<B>Section: </B>9.5.1&#160; [<A href="https://wg21.link/dcl.fct.def.general">dcl.fct.def.general</A>]
2626
&#160;&#160;&#160;
2727

28-
<B>Status: </B>tentatively ready
28+
<B>Status: </B>ready
2929
&#160;&#160;&#160;
3030

3131
<B>Submitter: </B>Richard Smith

issues/233.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Core Issues List revision 114b.
1717
See http://www.open-std.org/jtc1/sc22/wg21/ for the official
1818
list.</EM></P>
19-
<P>2024-05-06</P>
19+
<P>2024-06-25</P>
2020
<HR>
2121
<A NAME="233"></A><H4>233.
2222

@@ -25,7 +25,7 @@
2525
<B>Section: </B>9.4.4&#160; [<A href="https://wg21.link/dcl.init.ref">dcl.init.ref</A>]
2626
&#160;&#160;&#160;
2727

28-
<B>Status: </B>tentatively ready
28+
<B>Status: </B>ready
2929
&#160;&#160;&#160;
3030

3131
<B>Submitter: </B>Matthias Meixner

issues/2561.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Core Issues List revision 114b.
1717
See http://www.open-std.org/jtc1/sc22/wg21/ for the official
1818
list.</EM></P>
19-
<P>2024-05-06</P>
19+
<P>2024-06-25</P>
2020
<HR>
2121
<A NAME="2561"></A><H4>2561.
2222

@@ -25,7 +25,7 @@
2525
<B>Section: </B>7.5.5.2&#160; [<A href="https://wg21.link/expr.prim.lambda.closure">expr.prim.lambda.closure</A>]
2626
&#160;&#160;&#160;
2727

28-
<B>Status: </B>tentatively ready
28+
<B>Status: </B>ready
2929
&#160;&#160;&#160;
3030

3131
<B>Submitter: </B>Barry Revzin

issues/2876.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Core Issues List revision 114b.
1717
See http://www.open-std.org/jtc1/sc22/wg21/ for the official
1818
list.</EM></P>
19-
<P>2024-05-31</P>
19+
<P>2024-06-25</P>
2020
<HR>
2121
<A NAME="2876"></A><H4>2876.
2222

@@ -25,7 +25,7 @@
2525
<B>Section: </B>9.5.1&#160; [<A href="https://wg21.link/dcl.fct.def.general">dcl.fct.def.general</A>]
2626
&#160;&#160;&#160;
2727

28-
<B>Status: </B>tentatively ready
28+
<B>Status: </B>ready
2929
&#160;&#160;&#160;
3030

3131
<B>Submitter: </B>Richard Smith

issues/cwg_active.html

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ <H3>Revision History</H3>
175175
<A HREF="cwg_active.html#2905">2905</A>,
176176
<A HREF="cwg_active.html#2906">2906</A>,
177177
<A HREF="cwg_active.html#2907">2907</A>,
178+
<A HREF="cwg_active.html#2908">2908</A>,
178179
</P>
179180

180181
<P><B>Revision 114, 2024-04-18:</B></P>
@@ -9037,6 +9038,17 @@ <H3>Issue status</H3>
90379038
</TD>
90389039
</TR>
90399040
<TR>
9041+
<TD ALIGN="LEFT">15.7&#160;
9042+
<A href="https://wg21.link/cpp.line">cpp.line</A>
9043+
</TD>
9044+
<TD ALIGN="RIGHT"><A HREF="#2908">2908</A></TD>
9045+
<TD ALIGN="CENTER">open</TD>
9046+
<TD ALIGN="CENTER"></TD>
9047+
<TD ALIGN="LEFT">
9048+
Counting physical source lines for <TT>__LINE__</TT>
9049+
</TD>
9050+
</TR>
9051+
<TR>
90409052
<TD ALIGN="LEFT">15.9&#160;
90419053
<A href="https://wg21.link/cpp.pragma">cpp.pragma</A>
90429054
</TD>
@@ -43747,6 +43759,41 @@ <H3>Issue status</H3>
4374743759
source file, thus it might be better to use <I>header-name</I>
4374843760
(5.8 [<A href="https://wg21.link/lex.header">lex.header</A>]) instead.</P>
4374943761

43762+
<BR><BR><HR>
43763+
<A NAME="2908"></A><H4>2908.
43764+
43765+
Counting physical source lines for <TT>__LINE__</TT>
43766+
</H4>
43767+
<B>Section: </B>15.7&#160; [<A href="https://wg21.link/cpp.line">cpp.line</A>]
43768+
&#160;&#160;&#160;
43769+
43770+
<B>Status: </B>open
43771+
&#160;&#160;&#160;
43772+
43773+
<B>Submitter: </B>Alisdair Meredith
43774+
&#160;&#160;&#160;
43775+
43776+
<B>Date: </B>2024-06-17<BR>
43777+
43778+
43779+
43780+
43781+
<P>Given the existing implementation divergence, it should be
43782+
clarified that <TT>__LINE__</TT> counts physical source lines, not
43783+
logical ones.</P>
43784+
43785+
<P><U>Possible resolution:</U></P>
43786+
43787+
<P>Change in 15.7 [<A href="https://wg21.link/cpp.line#2">cpp.line</A>] paragraph 2 as follows:</P>
43788+
<BLOCKQUOTE>
43789+
43790+
The <I>line number</I> of the current source line is <INS>the line
43791+
number of the current physical source line, i.e. it is</INS> one
43792+
greater than the number of new-line characters read or introduced in
43793+
translation phase 1 (5.2 [<A href="https://wg21.link/lex.phases">lex.phases</A>]) while processing the
43794+
source file to the current token.
43795+
43796+
</BLOCKQUOTE>
4375043797
<BR><BR><HR>
4375143798
<A NAME="2581"></A><H4>2581.
4375243799

issues/cwg_index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25867,6 +25867,15 @@
2586725867
</issue_title></TD>
2586825868
</TR>
2586925869
<TR>
25870+
<TD ALIGN="LEFT">15.7</TD>
25871+
<TD ALIGN="RIGHT"><A HREF="cwg_active.html#2908">2908</A></TD>
25872+
<TD ALIGN="CENTER">open</TD>
25873+
<TD ALIGN="CENTER"></TD>
25874+
<TD ALIGN="LEFT"><issue_title>
25875+
Counting physical source lines for <TT>__LINE__</TT>
25876+
</issue_title></TD>
25877+
</TR>
25878+
<TR>
2587025879
<TD ALIGN="LEFT">15.8</TD>
2587125880
<TD ALIGN="RIGHT"><A HREF="cwg_defects.html#745">745</A></TD>
2587225881
<TD ALIGN="CENTER">C++23</TD>

issues/cwg_status.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@
18581858
</TABLE>
18591859
<BR><BR><H3>
18601860
Issues with "Open" Status
1861-
(count=219):
1861+
(count=220):
18621862
</H3>
18631863
<TABLE BORDER="1" CELLSPACING="0" CELLPADDING="4">
18641864
<TR>
@@ -3400,6 +3400,13 @@
34003400
Constant lvalue-to-rvalue conversion on uninitialized <TT>std::nullptr_t</TT>
34013401
</issue_title></TD>
34023402
</TR>
3403+
<TR>
3404+
<TD ALIGN="RIGHT"><A HREF="cwg_active.html#2908">2908</A></TD>
3405+
<TD ALIGN="LEFT">15.7</TD>
3406+
<TD ALIGN="LEFT"><issue_title>
3407+
Counting physical source lines for <TT>__LINE__</TT>
3408+
</issue_title></TD>
3409+
</TR>
34033410
</TABLE>
34043411
<BR><BR><H3>
34053412
Issues with "Dup" Status:

issues/cwg_toc.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29132,6 +29132,16 @@
2913229132
Constant lvalue-to-rvalue conversion on uninitialized <TT>std::nullptr_t</TT>
2913329133
</issue_title></TD>
2913429134
</TR>
29135+
<TR>
29136+
<TD ALIGN="RIGHT">
29137+
<A NAME="2908"></A><A HREF="cwg_active.html#2908">2908</A>
29138+
</TD>
29139+
<TD ALIGN="LEFT">15.7</TD>
29140+
<TD ALIGN="CENTER">open</TD>
29141+
<TD ALIGN="LEFT"><issue_title>
29142+
Counting physical source lines for <TT>__LINE__</TT>
29143+
</issue_title></TD>
29144+
</TR>
2913529145
</TABLE>
2913629146
</BODY>
2913729147
</HTML>

0 commit comments

Comments
 (0)