<code class="filename"><experimental/timer></code>.
</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="api.rel_101"></a><code class="constant">10</code></h3></div></div></div><p> Deprecated features removed:
</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> Profile Mode </li><li class="listitem"><code class="classname">__gnu_cxx::array_allocator</code></li></ul></div><p>
+</p><p>
+ The non-standard <code class="function">std::__is_nullptr_t</code> type trait
+ was deprecated.
</p><p>
The <code class="classname">std::packaged_task</code> constructors taking
an allocator argument are only defined for C++11 and C++14.
+</p><p>
+ Several members of <code class="classname">std::allocator</code> were removed
+ for C++20 mode. The removed functionality has been provided by
+ <code class="classname">std::allocator_traits</code> since C++11 and that should
+ be used instead.
</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="abi.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="appendix_porting.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backwards.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">ABI Policy and Guidelines </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Backwards Compatibility</td></tr></table></div></body></html>
\ No newline at end of file
</itemizedlist>
</para>
+<para>
+ The non-standard <function>std::__is_nullptr_t</function> type trait
+ was deprecated.
+</para>
+
<para>
The <classname>std::packaged_task</classname> constructors taking
an allocator argument are only defined for C++11 and C++14.
</para>
+<para>
+ Several members of <classname>std::allocator</classname> were removed
+ for C++20 mode. The removed functionality has been provided by
+ <classname>std::allocator_traits</classname> since C++11 and that should
+ be used instead.
+</para>
+
</section>
</section>