[libcxx-commits] [libcxx] [RFC][libc++] Testing feature test macro script. (PR #90889)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 9 09:31:01 PDT 2024
================
@@ -1857,6 +1858,38 @@ def produce_docs():
f.write(doc_str)
+def get_table(data):
----------------
mordante wrote:
I disagree with the "a lot of global state". It only requires `get_std_dialects()`.
I've looked at your Python class suggestion and extracting the C++ dialects from the data. This indeed seems to work and we can indeed extract the dialects from the data.
I've updated the documentation and added more tests; the next version of the patch no longer is considered RFC.
https://github.com/llvm/llvm-project/pull/90889
More information about the libcxx-commits
mailing list