The std::is_callable trait was renamed to is_invocable, but I never
updated the manual to reflect the updated feature test macro.
* doc/xml/manual/status_cxx2017.xml: Fix name of feature test macro.
* doc/html/*: Regenerate.
+2020-04-21 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/xml/manual/status_cxx2017.xml: Fix name of feature test macro.
+ * doc/html/*: Regenerate.
+
2020-04-03 Jonathan Wakely <jwakely@redhat.com>
Backport from mainline
<a class="link" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0077r2.html" target="_top">
P0077R2
</a>
- </td><td align="center"> 7.1 </td><td align="left"><code class="code"> __cpp_lib_is_callable >= 201603 </code></td></tr><tr><td align="left"> has_unique_object_representations </td><td align="left">
+ </td><td align="center"> 7.1 </td><td align="left"><code class="code"> __cpp_lib_is_invocable >= 201703 </code></td></tr><tr><td align="left"> has_unique_object_representations </td><td align="left">
<a class="link" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0258r2.html" target="_top">
P0258R2
</a>
</link>
</entry>
<entry align="center"> 7.1 </entry>
- <entry><code> __cpp_lib_is_callable >= 201603 </code></entry>
+ <entry><code> __cpp_lib_is_invocable >= 201703 </code></entry>
</row>
<row>