[all-commits] [llvm/llvm-project] f5cd17: [Support] Work around an issue when building with ...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Sun Jun 26 04:03:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5cd172e515f5bbc15ed95ca57def4ab7c3bbb0c
https://github.com/llvm/llvm-project/commit/f5cd172e515f5bbc15ed95ca57def4ab7c3bbb0c
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-06-26 (Sun, 26 Jun 2022)
Changed paths:
M llvm/lib/Support/UnicodeNameToCodepoint.cpp
Log Message:
-----------
[Support] Work around an issue when building with old versions of libstdc++
llvm/lib/Support/UnicodeNameToCodepoint.cpp:189:12: error: chosen constructor is explicit in copy-initialization
return {N, false, 0};
^~~~~~~~~~~~~
/usr/include/c++/5.4.0/tuple:479:19: note: explicit constructor declared here
constexpr tuple(_UElements&&... __elements)
^
More information about the All-commits
mailing list