[libcxx-commits] [PATCH] D112251: [libc++][doc] Fixes FeatureTestMacroTable.html.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 22 08:26:00 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG09dc8ab74c94: [libc++][doc] Fixes FeatureTestMacroTable.html. (authored by Mordante).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112251/new/
https://reviews.llvm.org/D112251
Files:
libcxx/docs/FeatureTestMacroTable.rst
libcxx/utils/generate_feature_test_macro_components.py
Index: libcxx/utils/generate_feature_test_macro_components.py
===================================================================
--- libcxx/utils/generate_feature_test_macro_components.py
+++ libcxx/utils/generate_feature_test_macro_components.py
@@ -1095,8 +1095,8 @@
======
.. table:: Current Status
- :name: feature-status-table
- :widths: auto
+ :name: feature-status-table
+ :widths: auto
{status_tables}
Index: libcxx/docs/FeatureTestMacroTable.rst
===================================================================
--- libcxx/docs/FeatureTestMacroTable.rst
+++ libcxx/docs/FeatureTestMacroTable.rst
@@ -18,8 +18,8 @@
======
.. table:: Current Status
- :name: feature-status-table
- :widths: auto
+ :name: feature-status-table
+ :widths: auto
================================================= =================
Macro Name Value
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112251.381560.patch
Type: text/x-patch
Size: 928 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211022/cb2f487a/attachment.bin>
More information about the libcxx-commits
mailing list