diff --git a/source/ggplotd/meta.d b/source/ggplotd/meta.d index 916d66a..1030f4f 100644 --- a/source/ggplotd/meta.d +++ b/source/ggplotd/meta.d @@ -6,7 +6,7 @@ import std.traits; static if (__traits(hasMember, std.meta, "ApplyLeft")) { import std.meta : ApplyLeft; - alias ApplyLeft = ApplyLeft; + alias ApplyLeft = std.meta.ApplyLeft; } else { // Compatibility with older versions template ApplyLeft(alias Template, args...) {