Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove using namespace std; and be explicit with std:: prefixes #831

Merged
merged 1 commit into from
Apr 18, 2018

Conversation

sodabrew
Copy link
Member

This resolves the conflict of socket bind() vs std::bind(), as more std:: functions may be introduced in future versions of C++.

Resolves #830

@sodabrew sodabrew added this to the v1.3.0 milestone Apr 17, 2018
This resolves the conflict of socket bind() vs std::bind(), as more
std:: functions may be introduced in future versions of C++.

Resolves eventmachine#830
@sodabrew sodabrew merged commit 5e36f6e into eventmachine:master Apr 18, 2018
@sodabrew sodabrew deleted the no_namespace_std branch April 18, 2018 01:50
sodabrew added a commit to sodabrew/eventmachine that referenced this pull request Apr 30, 2018
…tmachine#831)

This resolves the conflict of socket bind() vs std::bind(), as more
std:: functions may be introduced in future versions of C++.

Resolves eventmachine#830
sodabrew added a commit to sodabrew/eventmachine that referenced this pull request Apr 30, 2018
…tmachine#831)

This resolves the conflict of socket bind() vs std::bind(), as more
std:: functions may be introduced in future versions of C++.

Resolves eventmachine#830
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eventmachine 1.2.5 not installing in Mac OS high Sierra
1 participant