[libcxx-commits] [libcxx] [libc++] mark P0645 as complete (PR #101852)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 4 02:45:49 PDT 2024


================
@@ -41,8 +41,8 @@ Paper Status
 .. note::
 
    .. [#note-P0591] P0591: The changes in [mem.poly.allocator.mem] are missing.
-   .. [#note-P0645] P0645: The paper is implemented but still marked as an incomplete feature
-      (the feature-test macro is not set).
+   .. [#note-P0645] P0645: The implementation was largely complete since Clang 14,
+      but the feature-test macro was not set.
----------------
mordante wrote:

```suggestion
   .. [#note-P0645] P0645: The implementation was complete since Clang 14,
      except the feature-test macro was not set.
```

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


More information about the libcxx-commits mailing list