https://issues.dlang.org/show_bug.cgi?id=20915

--- Comment #2 from Basile-z <[email protected]> ---
thanks Stanislav, that fixes the problem I encountered in particular.

Generally speaking the issue is still valid. There's no way to detect that a
member is a version identifier so using it this way:

   mixin("version(", member, ")");

is not possible.

--

Reply via email to