Re: [Lldb-commits] [lldb] r281536 - Replaced two instances of std::function with auto.

2016-09-14 Thread Zachary Turner via lldb-commits
Yea, it's too bad about the type. This is one case where auto isn't just syntactic sugar, it's actually necessary. On Wed, Sep 14, 2016 at 2:07 PM Sean Callanan via lldb-commits < lldb-commits@lists.llvm.org> wrote: > Author: spyffe > Date: Wed Sep 14 15:58:31 2016 > New Revision: 281536 > >

[Lldb-commits] [lldb] r281536 - Replaced two instances of std::function with auto.

2016-09-14 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Wed Sep 14 15:58:31 2016 New Revision: 281536 URL: http://llvm.org/viewvc/llvm-project?rev=281536=rev Log: Replaced two instances of std::function with auto. Thanks to Zachary Turner for the suggestion. It's distasteful that the actual type of the lambda can't be spelled