[Lldb-commits] [lldb] [lldb][NFC] Fix a build failure with MSVC (PR #111231)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 7 02:26:06 PDT 2024


https://github.com/labath approved this pull request.

Looks good, I guess. Is that constructor even necessary, given that it just forwards the argument to the base class, and we already have the forwarding `using` declaration?

https://github.com/llvm/llvm-project/pull/111231


More information about the lldb-commits mailing list