Skip to content

Replacing boost::bind and boost::enable_shared_form_this by std counterparts #230

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

Merged
merged 4 commits into from
Apr 14, 2013
Merged

Replacing boost::bind and boost::enable_shared_form_this by std counterparts #230

merged 4 commits into from
Apr 14, 2013

Conversation

torbjoernk
Copy link

@deanberris commit fixes issue #229. The other three are just additions to completely get rid of boost::bind and boost::enable_shared_from_this.

deanberris and others added 4 commits April 13, 2013 17:21
From here on out only use the standard-provided shared pointer
implementations. Also use the native C++11 features for deleting special
member implementations.
boost::bind is still used in the test cases, which seem not affected by
this change (e.g. no further failures)
@deanberris
Copy link
Member

LGTM

deanberris added a commit that referenced this pull request Apr 14, 2013
Replacing boost::bind and boost::enable_shared_form_this by std counterparts
@deanberris deanberris merged commit 5a369fc into cpp-netlib:master Apr 14, 2013
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.

2 participants