jmdavis / dxml

An XML parsing library written in D.
Boost Software License 1.0
32 stars 10 forks source link

Allow to parse multiple attributes with CTFE. #27

Closed tim-dlang closed 1 year ago

tim-dlang commented 2 years ago

Using a struct instead of Tuple works around an issue with sorting at compile time (https://issues.dlang.org/show_bug.cgi?id=21429).

jmdavis commented 1 year ago

Sorry, for the very late response, but this is now in 0.4.4.

tim-dlang commented 1 year ago

Sorry, for the very late response, but this is now in 0.4.4.

Thanks. I just used a local copy, so it was no problem.