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

Fix compilation of ConnectionPool!struct. Fixes vibe-d/vibe.d#2109. #70

Merged
merged 1 commit into from
Mar 11, 2018

Conversation

s-ludwig
Copy link
Member

ConnectionPool!TCPConnection used to work with the old vibe-d:core implementation, but now failed, because TCPConnection is a struct. All assumptions about Connection being a class have been remove in this commit.

ConnectionPool!TCPConnection used to work with the old vibe-d:core implementation, but now failed, because TCPConnection is a struct. All assumptions about `Connection` being a class have been remove in this commit.
@s-ludwig s-ludwig merged commit 24ee40e into master Mar 11, 2018
@s-ludwig s-ludwig deleted the fix_connectionpool_tcpconnection branch March 11, 2018 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant