[all-commits] [llvm/llvm-project] 2c1796: [ADT] GCC 7 doesn't have constexpr char_traits, ad...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Fri Aug 26 05:15:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c1796b3d6c252e2fb7d17efb6089b0f0c4aa695
https://github.com/llvm/llvm-project/commit/2c1796b3d6c252e2fb7d17efb6089b0f0c4aa695
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-08-26 (Fri, 26 Aug 2022)
Changed paths:
M llvm/include/llvm/ADT/StringRef.h
Log Message:
-----------
[ADT] GCC 7 doesn't have constexpr char_traits, add a workaround
LLVM still supports GCC 7. This workaround can be removed when GCC 8
becomes the oldest supported GCC version.
Fixes #57057
More information about the All-commits
mailing list