Skip to content

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