dlang-community / experimental.xml

A replacement of Phobos std.xml
https://rawgit.com/dlang-community/experimental.xml/gh-pages/index.html
Boost Software License 1.0
11 stars 8 forks source link

Error: module `std.traits` member `AliasSeq` is not visible from module `domimpl` #28

Closed shoo closed 3 years ago

shoo commented 3 years ago

https://github.com/dlang-community/experimental.xml/blob/740bb6b05225a800b88cbffee33d0c1403f73a61/source/std/experimental/xml/domimpl.d#L174

This code invalid in dmd 2.097.0. Use import std.meta: AliasSeq; instead.

burner commented 3 years ago

https://github.com/dlang-community/experimental.xml/pull/29