[libcxx-commits] [PATCH] D132582: [libc++][experimental] Disables PMR in C++03.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 24 11:24:57 PDT 2022


Mordante created this revision.
Mordante added a reviewer: ldionne.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

While working on D132534 <https://reviews.llvm.org/D132534> it appeared the experimental PMR code doesn't
have version guards and fails to compile on C++03. This adds the guards
for that version. It seems the tests already were only disabled for
C++03.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132582

Files:
  libcxx/include/experimental/deque
  libcxx/include/experimental/forward_list
  libcxx/include/experimental/list
  libcxx/include/experimental/map
  libcxx/include/experimental/memory_resource
  libcxx/include/experimental/regex
  libcxx/include/experimental/set
  libcxx/include/experimental/string
  libcxx/include/experimental/unordered_map
  libcxx/include/experimental/unordered_set
  libcxx/include/experimental/vector

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132582.455302.patch
Type: text/x-patch
Size: 6610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220824/baf1ea65/attachment-0001.bin>


More information about the libcxx-commits mailing list