[all-commits] [llvm/llvm-project] 7f717b: [lldb] Fix "no matching std::pair constructor" on ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Aug 27 17:24:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7f717b6d1f65f8474e8633b040a16c55f0ad6b96
https://github.com/llvm/llvm-project/commit/7f717b6d1f65f8474e8633b040a16c55f0ad6b96
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
M lldb/unittests/Symbol/PostfixExpressionTest.cpp
Log Message:
-----------
[lldb] Fix "no matching std::pair constructor" on Ubuntu 16.04 (NFC)
Fixes error: no matching constructor for initialization of
'std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >'
with older toolchain (clang/libcxx) on Ubuntu 16.04. The issue is the
StringRef-to-std::string conversion.
More information about the All-commits
mailing list