Open
Description
Hi,
My pull for dmd:
dlang/dmd#11320
breaks a unittest in utils/vibe/internal/meta/codegen.d
:
https://github.com/vibe-d/vibe.d/blob/master/utils/vibe/internal/meta/codegen.d#L95
My dmd pull needs that line:
static assert (getSymbols!Type.stringof == TypeTuple!(A, B).stringof);
Changed to:
static assert (getSymbols!Type.stringof == TypeTuple!(A, const(B), const(A)).stringof);
Does that look correct?
Metadata
Metadata
Assignees
Labels
No labels