[all-commits] [llvm/llvm-project] a3c28c: [libc++] Remove some workarounds for missing varia...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Sep 17 08:06:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a3c28ccd49391931acd8b3b27dc98d7c606051e0
https://github.com/llvm/llvm-project/commit/a3c28ccd49391931acd8b3b27dc98d7c606051e0
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M libcxx/include/__config
M libcxx/include/future
M libcxx/include/memory
M libcxx/include/type_traits
R libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/member_function_pointer_no_variadics.pass.cpp
Log Message:
-----------
[libc++] Remove some workarounds for missing variadic templates
We don't support GCC in C++03 mode, and Clang provides variadic templates
even in C++03 mode. So there's effectively no supported compiler that
doesn't support variadic templates.
This effectively gets rid of all uses of _LIBCPP_HAS_NO_VARIADICS, but
some workarounds for the lack of variadics remain.
More information about the All-commits
mailing list