[all-commits] [llvm/llvm-project] 706bd1: [libc++][NFC] Remove workaround for variadic templ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Aug 9 15:06:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 706bd129b35c012860fd381482cfbc066e02639a
https://github.com/llvm/llvm-project/commit/706bd129b35c012860fd381482cfbc066e02639a
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libcxx/src/locale.cpp
Log Message:
-----------
[libc++][NFC] Remove workaround for variadic templates in C++03
That's not necessary anymore, since we always build the dylib with
C++11 capabilities nowadays.
Differential Revision: https://reviews.llvm.org/D107772
More information about the All-commits
mailing list