public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, libstdc++ docs] Add lines to C++20 status.
@ 2019-10-24 19:12 Smith-Rowland, Edward M
  2019-10-24 20:15 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Smith-Rowland, Edward M @ 2019-10-24 19:12 UTC (permalink / raw)
  To: jwakely, libstdc++, gcc-patches; +Cc: Ed Smith-Rowland (3dw4rd@verizon.net)

[-- Attachment #1: Type: text/plain, Size: 93 bytes --]

This patch to the libstdc++ docs should get the remaining status entries for C++20 lib.
Ed

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: cpp20_status.patch --]
[-- Type: text/x-patch; name="cpp20_status.patch", Size: 5825 bytes --]

Index: doc/xml/manual/status_cxx2020.xml
===================================================================
--- doc/xml/manual/status_cxx2020.xml	(revision 277405)
+++ doc/xml/manual/status_cxx2020.xml	(working copy)
@@ -1127,6 +1127,160 @@
       <entry> <code>__cpp_lib_bounded_array_traits &gt;= 201902L</code> </entry>
     </row>
 
+    <row>
+      <entry> std::to_array </entry>
+      <entry>
+        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0325r4.html">
+	P0325R4
+	</link>
+      </entry>
+      <entry align="center"> 10.1 </entry>
+      <entry> <code>__cpp_lib_to_array &gt;= 201907L</code> </entry>
+    </row>
+
+    <row>
+      <entry> Bit operations </entry>
+      <entry>
+        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0553r4.html">
+	P0553R4
+	</link>
+      </entry>
+      <entry align="center"> 10.1 </entry>
+      <entry> <code>__cpp_lib_bitops &gt;= 201907L</code> </entry>
+    </row>
+
+    <row>
+      <entry> Mathematical constants </entry>
+      <entry>
+        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0631r8.pdf">
+	P0631R8
+	</link>
+      </entry>
+      <entry align="center"> 10.1 </entry>
+      <entry> <code>__cpp_lib_math_constants &gt;= 201907L</code> </entry>
+    </row>
+
+    <row>
+      <?dbhtml bgcolor="#C8B0B0" ?>
+      <entry> Layout-compatibility and pointer-interconvertibility traits </entry>
+      <entry>
+        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0466r5.pdf">
+	P0466R5
+	</link>
+      </entry>
+      <entry align="center"> </entry>
+      <entry>
+        <code>__cpp_lib_is_layout_compatible &gt;= 201907L</code>,
+        <code>__cpp_lib_is_layout_interconvertible &gt;= 201907L</code>,
+      </entry>
+    </row>
+
+    <row>
+      <entry> std::stop_token and std::jthread </entry>
+      <entry>
+        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0660r10.pdf">
+	P0660R10
+	</link>
+      </entry>
+      <entry align="center"> 10.1 </entry>
+      <entry> <code>__cpp_lib_jthread &gt;= 201907L</code> </entry>
+    </row>
+
+    <row>
+      <?dbhtml bgcolor="#C8B0B0" ?>
+      <entry> Text formatting </entry>
+      <entry>
+        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0645r10.html">
+	P0645R10
+	</link>
+      </entry>
+      <entry align="center"> </entry>
+      <entry>
+        <code>__cpp_lib_format &gt;= 201907L</code>,
+      </entry>
+    </row>
+
+    <row>
+      <entry> constexpr std::invoke and related utilities </entry>
+      <entry>
+        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1065r2.html">
+	P1065R2
+	</link>
+      </entry>
+      <entry align="center"> 10.1 </entry>
+      <entry> <code>__cpp_lib_constexpr_invoke &gt;= 201907L</code> </entry>
+    </row>
+
+    <row>
+      <entry> constexpr std::allocator and related utilities </entry>
+      <entry>
+        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0784r7.html">
+	P0784R7
+	</link>
+      </entry>
+      <entry align="center"> 10.1 </entry>
+      <entry> <code>__cpp_constexpr_dynamic_alloc &gt;= 201907L</code> </entry>
+    </row>
+
+    <row>
+      <?dbhtml bgcolor="#C8B0B0" ?>
+      <entry> Atomic waiting and notifying, std::semaphore, std::latch and std::barrier </entry>
+      <entry>
+        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1135r6.html">
+	P1135R6
+	</link>
+      </entry>
+      <entry align="center"> </entry>
+      <entry>
+        <code>__cpp_lib_atomic_lock_free_type_aliases &gt;= 201907L</code> in &lt;atomic&gt;,
+        <code>__cpp_lib_atomic_flag_test &gt;= 201907L</code> in &lt;atomic&gt;,
+        <code>__cpp_lib_atomic_wait &gt;= 201907L</code> in &lt;atomic&gt;,
+        <code>__cpp_lib_semaphore &gt;= 201907L</code> in &lt;semaphore&gt;,
+        <code>__cpp_lib_latch &gt;= 201907L</code> in &lt;latch&gt;,
+        <code>__cpp_lib_barrier &gt;= 201907L</code> in &lt;barrier&gt;
+      </entry>
+    </row>
+
+    <row>
+      <?dbhtml bgcolor="#C8B0B0" ?>
+      <entry> std::source_location </entry>
+      <entry>
+        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1208r6.pdf">
+	P1208R6
+	</link>
+      </entry>
+      <entry align="center"> </entry>
+      <entry>
+        <code>__cpp_lib_source_location &gt;= 201907L</code>,
+      </entry>
+    </row>
+
+    <row>
+      <?dbhtml bgcolor="#C8B0B0" ?>
+      <entry> Adding &lt;=&gt; to the standard library </entry>
+      <entry>
+        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1614r2.html">
+	P1614R2
+	</link>
+      </entry>
+      <entry align="center"> </entry>
+      <entry>
+        <code>__cpp_lib_spaceship &gt;= 201907L</code>,
+      </entry>
+    </row>
+
+    <row>
+      <?dbhtml bgcolor="#C8B0B0" ?>
+      <entry> Efficient access to std::basic_stringbuf's Buffer </entry>
+      <entry>
+        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0408r7.pdf">
+	P0408R7
+	</link>
+      </entry>
+      <entry align="center"> </entry>
+      <entry />
+    </row>
+
   </tbody>
 </tgroup>
 </table>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH, libstdc++ docs] Add lines to C++20 status.
  2019-10-24 19:12 [PATCH, libstdc++ docs] Add lines to C++20 status Smith-Rowland, Edward M
@ 2019-10-24 20:15 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2019-10-24 20:15 UTC (permalink / raw)
  To: Smith-Rowland, Edward M
  Cc: libstdc++, gcc-patches, Ed Smith-Rowland (3dw4rd@verizon.net)

On 24/10/19 19:12 +0000, Smith-Rowland, Edward M wrote:
>This patch to the libstdc++ docs should get the remaining status entries for C++20 lib.

I need to add some missing macros, like __cpp_lib_bitops.

jthread isn't committed yet, but it will be, so OK for trunk, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-24 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24 19:12 [PATCH, libstdc++ docs] Add lines to C++20 status Smith-Rowland, Edward M
2019-10-24 20:15 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).