vibe-core/source/vibe
Sönke Ludwig 8ee5f4460c Fix compilation of ConnectionPool!struct. Fixes vibe-d/vibe.d#2109.
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.
2018-03-11 00:07:42 +01:00
..
core Fix compilation of ConnectionPool!struct. Fixes vibe-d/vibe.d#2109. 2018-03-11 00:07:42 +01:00
internal Fix deprecation warnings on DMD 2.079.0. 2018-03-06 20:13:59 +01:00
appmain.d Add appmain for backwards compatibility. 2016-11-04 21:34:01 +01:00