[lldb] Replace deprecated `std::unique_ptr::unique()` to silence a warning with MS-STL. NFC.
MS-STL warns about this with `warning STL4016: std::shared_ptr::unique() is deprecated in C++17`.
Loading
Please sign in to comment
MS-STL warns about this with `warning STL4016: std::shared_ptr::unique() is deprecated in C++17`.