We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc50a1 commit c13d725Copy full SHA for c13d725
lib/mls_ds/src/tree_follower.cpp
@@ -28,7 +28,7 @@ resolve(CipherSuite suite,
28
// Resolve the proposals vector
29
return stdx::transform<SenderAndProposal>(
30
proposals, [&](const auto& proposal_or_ref) {
31
- static const auto resolver =
+ const auto resolver =
32
overloaded{ [&](const Proposal& proposal) -> SenderAndProposal {
33
return { commit_sender, proposal };
34
},
0 commit comments