How to workaround on this (bug?)
Kagamin
spam at here.lot
Fri Sep 23 19:10:51 UTC 2022
Provide two functions and let the caller choose
```
void fun(ref Variant v) nothrow
{
}
void fun2(Variant v)
{
fun(v);
}
```
More information about the Digitalmars-d-learn
mailing list