[lldb] Modernize OptionValue::SetValueChangedCallback
instead of a function pointer + void*, take a std::function. This removes a bunch of repetitive, unsafe void* casts.
Loading
Please sign in to comment
instead of a function pointer + void*, take a std::function. This removes a bunch of repetitive, unsafe void* casts.