[PATCH] D153668: [Support][Allocator] Add C++17 memory_resource adaptor for LLVM allocators

Jeremy Furtek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 24 11:04:35 PDT 2023


jfurtek added a comment.

> Have you checked that the minimal supported compilers/versions support pmr? I have the latest Xcode with libc++ version 15 and there is no pmr support.

I had not checked, but you are right: there is a red square here:

https://en.cppreference.com/w/cpp/compiler_support/17#C.2B.2B17_library_features

It looks there might be support in Xcode 15 Beta, whereas LLVM 17 must work with 10.0. So I'm only off by 5 or 6 versions. ;-)

https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes
https://developer.apple.com/xcode/cpp/

Closing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153668/new/

https://reviews.llvm.org/D153668



More information about the llvm-commits mailing list