diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2022-06-26 12:54:32 +0200 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2022-06-26 12:55:51 +0200 |
commit | f5cd172e515f5bbc15ed95ca57def4ab7c3bbb0c (patch) | |
tree | fb96e32f5e7f730ba9bc61d35067fa7390862593 /clang/unittests/Basic/SourceManagerTest.cpp | |
parent | dea5a9cc929048be261a4c030407e4d7e1e70fec (diff) | |
download | llvm-f5cd172e515f5bbc15ed95ca57def4ab7c3bbb0c.zip llvm-f5cd172e515f5bbc15ed95ca57def4ab7c3bbb0c.tar.gz llvm-f5cd172e515f5bbc15ed95ca57def4ab7c3bbb0c.tar.bz2 |
[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)
^
Diffstat (limited to 'clang/unittests/Basic/SourceManagerTest.cpp')
0 files changed, 0 insertions, 0 deletions