Skip to content
Commit 7fcc1bb4 authored by Michael Spencer's avatar Michael Spencer
Browse files

[clangd] Fix the build with clang <3.9.

In clang <3.9 the `unique_ptr` constructor that is supposed to allow
for Derived to Base conversion does not work. Remove this if we drop
support for such configurations.

This is the same fix as in fda901a9, and it updates the comments
to better reflect the actual issue. The same thing reproduces with
libc++ with older clangs.
parent 020545d3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment