dlang-community / dmarkdown

Markdown to HTML processor for D
MIT License
24 stars 10 forks source link

fix, import for compilation with dmd 2.067 #6

Closed ghost closed 9 years ago

p0nce commented 9 years ago

The real fix is import std.algorithm;. This should work in both 2.067 and 2.066.1

ghost commented 9 years ago

never mind, K-S wont fix it for weeks indeed.