We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64232d commit 530660bCopy full SHA for 530660b
std/experimental/allocator/common.d
@@ -63,7 +63,8 @@ unittest
63
class C2 { char c; }
64
static assert(stateSize!C2 == 4 * size_t.sizeof);
65
static class C3 { char c; }
66
- static assert(stateSize!C3 == 2 * size_t.sizeof + char.sizeof);
+ // Uncomment test after dmd issue closed https://github.com/dlang/dmd/issues/21065
67
+ //static assert(stateSize!C3 == 3 * size_t.sizeof);
68
}
69
70
/**
0 commit comments