[PATCH] D48753: [libcxx] Use custom allocator's `construct` in C++03 when available.
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 10 11:03:41 PDT 2018
EricWF added a comment.
Why are we doing this?
I can't find the language in the C++03 specification that requires us to call an allocators `construct` method if it's present.
https://reviews.llvm.org/D48753
More information about the cfe-commits
mailing list