<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 2 March 2017 at 00:05, Zachary Turner via lldb-commits <span dir="ltr"><<a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":1if" class="a3s aXjCH m15a8c60bdf1d4df7">- DumpValueObjectOptions::<wbr>DeclPrintingHelper helper =<br>
- [&valobj_sp, qualify_cxx_base_classes](<br>
- ConstString type, ConstString var,<br>
- const DumpValueObjectOptions &opts, Stream &stream) -> bool {<br>
+ DumpValueObjectOptions::<wbr>DeclPrintingHelper helper = [&valobj_sp](<br>
+ ConstString type, ConstString var, const DumpValueObjectOptions &opts,<br>
+ Stream &stream) -> bool {<br>
const ValueObject::<wbr>GetExpressionPathFormat format = ValueObject::</div></blockquote></div><br>Hi Zach,</div><div class="gmail_extra"><br></div><div class="gmail_extra">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.</div><div class="gmail_extra"><br></div><div class="gmail_extra">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.</div><div class="gmail_extra"><br></div><div class="gmail_extra">cheers,</div><div class="gmail_extra">pl</div><div class="gmail_extra"><br></div></div>