On 2 March 2017 at 00:05, Zachary Turner via lldb-commits <
[email protected]> wrote:
> - DumpValueObjectOptions::DeclPrintingHelper helper =
> - [&valobj_sp, qualify_cxx_base_classes](
> - ConstString type, ConstString var,
> - const DumpValueObjectOptions &opts, Stream &stream) -> bool {
> + DumpValueObjectOptions::DeclPrintingHelper helper = [&valobj_sp](
> + ConstString type, ConstString var, const DumpValueObjectOptions
> &opts,
> + Stream &stream) -> bool {
> const ValueObject::GetExpressionPathFormat format = ValueObject::
>
Hi Zach,
what's the compiler that was giving you this warning. The version of MSVC I
am using is complaining about a missing capture when you removed this.
I've updated the code in a way which should make both compilers satisfied,
but I'd like to know if we are using an unsupported version of MSVC or
something.
cheers,
pl
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits