mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
need fix for dmd pull 236
This commit is contained in:
parent
27925dd666
commit
11fa236f0f
1 changed files with 1 additions and 1 deletions
|
@ -3204,7 +3204,7 @@ unittest
|
|||
{
|
||||
foreach (Char; TypeTuple!(Ch, const(Ch), immutable(Ch)))
|
||||
{
|
||||
foreach (Str; TypeTuple!(Char[], const(Char[]), immutable(Char[])))
|
||||
foreach (Str; TypeTuple!(Char[], const(Char)[], immutable(Char)[]))
|
||||
{
|
||||
class C(Str) { Str val; alias val this; }
|
||||
struct S(Str) { Str val; alias val this; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue