immutable(ubyte)[] to receive
Alexey
makovey090601 at gmail.com
Thu Jan 20 11:55:03 UTC 2022
On Thursday, 20 January 2022 at 11:24:18 UTC, FeepingCreature
wrote:
> On Thursday, 20 January 2022 at 09:38:55 UTC, Alexey wrote:
>> [...]
>
> It's a Phobos bug.
>
> ```
> import std.variant;
> void main() {
> alias A = immutable(ubyte)[];
> auto a = Variant(immutable(A[]).init);
> assert(a.convertsTo!(immutable(A[])));
> }
> ```
>
> File a bug report, please?
thanks, I will
More information about the Digitalmars-d
mailing list