Chromium Code Reviews
Descriptionbluetooth: Avoid use of lambda to work around clang bug.
Clang has a bug [1] that is exposed by the use of a lambda in this unit
test. Until that is fixed, work around it by turning the lambda into a static
function. Should help unblock the next clang roll.
[1] https://llvm.org/bugs/show_bug.cgi?id=28299
BUG=623209
R=ortuno@chromium.org,thakis@chromium.org
Committed: https://crrev.com/292962a4de3a928fbc25539ab557169b86e89e88
Cr-Commit-Position: refs/heads/master@{#402043}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Remove cast #Messages
Total messages: 9 (2 generated)
|