[libcxx-commits] [libcxx] [libc++] Adds a new feature-test macro generator class. (PR #90889)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 12 10:53:45 PDT 2024


================
@@ -1857,6 +1858,215 @@ def produce_docs():
         f.write(doc_str)
 
 
+def get_std_dialects(data):
----------------
mordante wrote:

With the caching done by Python I inlined this function directly in the property.

https://github.com/llvm/llvm-project/pull/90889


More information about the libcxx-commits mailing list