autowrap icon indicating copy to clipboard operation
autowrap copied to clipboard

should be possible to wrap instantiated templates for csharp

Open Laeeth opened this issue 4 years ago • 0 comments

T foo(T t)
{
  return t+1.0;
}

you should be able to wrap foo!double;

Laeeth avatar Aug 22 '19 02:08 Laeeth