[libcxx-commits] [PATCH] D67675: [libc++] Remove C++03 variadics in shared_ptr
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 24 10:30:35 PDT 2019
ldionne accepted this revision.
ldionne added a comment.
Do the tests pass in C++03 mode with this patch applied? They should because of Clang's extensions, but I want to make sure.
This LGTM if the tests pass in C++03 mode (and non-C++03) mode.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67675/new/
https://reviews.llvm.org/D67675
More information about the libcxx-commits
mailing list