[all-commits] [llvm/llvm-project] 9798b2: [libc++] Make sure we only consider _GNUC_VER_NEW ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Jul 22 13:08:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9798b2311f7f5b06e0a377613b3e90ed34d5d9c1
https://github.com/llvm/llvm-project/commit/9798b2311f7f5b06e0a377613b3e90ed34d5d9c1
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M libcxx/include/variant
Log Message:
-----------
[libc++] Make sure we only consider _GNUC_VER_NEW when the compiler is GCC
When the compiler is Clang, _GNUC_VER_NEW is 0, which messes up the logic.
More information about the All-commits
mailing list