[PATCH] D48753: [libcxx] Use custom allocator's `construct` in C++03 when available.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 28 17:21:04 PDT 2018


vsapsai created this revision.
vsapsai added reviewers: mclow.lists, EricWF, erik.pilkington.
Herald added a subscriber: dexonsmith.

Can use `decltype` in C++03 because `include/__config` defines a macro when
`decltype` is not available.


https://reviews.llvm.org/D48753

Files:
  libcxx/include/memory
  libcxx/test/std/containers/sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48753.153429.patch
Type: text/x-patch
Size: 9472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180629/96a2f678/attachment.bin>


More information about the cfe-commits mailing list