You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix[rmqa_producerimpl.t]: replace C++11 lambda with C++03-compatible bind
The SendFromConfirmCallbackDoesNotDeadlock test used a lambda which does
not compile under C++03. Replace it with a static helper function and
bdlf::BindUtil::bind.
0 commit comments