[reSIProcate] [resiprocate] Qualify bind to prevent clang from using std::bind (#22)

Gregor Jasny notifications at github.com
Thu Jul 2 06:49:29 CDT 2015


Because of the "using namespace std", clang tries to use std::bind
for a bind() call instead of ::bind.

Signed-off-by: Gregor Jasny <Gregor.Jasny at citrix.com>
You can view, comment on, or merge this pull request online at:

  https://github.com/resiprocate/resiprocate/pull/22

-- Commit Summary --

  * Qualify bind to prevent clang from using std::bind

-- File Changes --

    M rutil/stun/Udp.cxx (2)

-- Patch Links --

https://github.com/resiprocate/resiprocate/pull/22.patch
https://github.com/resiprocate/resiprocate/pull/22.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/resiprocate/resiprocate/pull/22
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20150702/a47be180/attachment.htm>


More information about the resiprocate-devel mailing list