< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

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


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@xxxxxxxxxx


You can view, comment on, or merge this pull request online at:

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

Commit Summary

File Changes

Patch Links:


Reply to this email directly or view it on GitHub.