Skip to content

[lldb] Fix "no matching std::pair constructor" on Ubuntu 16.04 (NFC) #1712

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 28, 2020
Merged

[lldb] Fix "no matching std::pair constructor" on Ubuntu 16.04 (NFC) #1712

merged 1 commit into from
Aug 28, 2020

Conversation

JDevlieghere
Copy link

Fixes error: no matching constructor for initialization of
'std::pair<std::__cxx11::basic_string, std::__cxx11::basic_string >'
with older toolchain (clang/libcxx) on Ubuntu 16.04. The issue is the
StringRef-to-std::string conversion.

(cherry picked from commit 7f717b6)

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.

(cherry picked from commit 7f717b6)
@fredriss fredriss merged commit 4a1c364 into swiftlang:apple/stable/20200714 Aug 28, 2020
@JDevlieghere JDevlieghere deleted the 🍒/bastille/7f717b6d1f65f8474e8633b040a16c55f0ad6b96 branch August 28, 2020 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants