[all-commits] [llvm/llvm-project] 17b774: Fix compilation of Any.h header.
Justin Lebar via All-commits
all-commits at lists.llvm.org
Wed Feb 12 08:26:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 17b77418121139c4e8cfb050d82ead3f29db7132
https://github.com/llvm/llvm-project/commit/17b77418121139c4e8cfb050d82ead3f29db7132
Author: Justin Lebar <jlebar at google.com>
Date: 2020-02-12 (Wed, 12 Feb 2020)
Changed paths:
M llvm/include/llvm/ADT/Any.h
Log Message:
-----------
Fix compilation of Any.h header.
In a previous patch I changed `std::decay<T>::type` to `std::decay<T>`
rather than `std::decay_t<T>`. This seems to have broken the build
*only for clang-cl*. I don't know why.
Submitting with post-commit review because this is an obvious fix for a
build breakage and we've verified that it fixes the breakage.
More information about the All-commits
mailing list