[Issue 13584] "not callable using argument types" despite perfect match

2017-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13584

Vladimir Panteleev  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Hardware|x86_64  |All
 Resolution|--- |WORKSFORME
 OS|Linux   |All

--- Comment #2 from Vladimir Panteleev  ---
I couldn't reproduce this issue, as reported. Closing, as this was reported in
2014 and has had no activity since 2015; if you can provide a reproducible test
case, please reopen.

--


[Issue 13584] "not callable using argument types" despite perfect match

2015-09-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13584

Kenji Hara  changed:

   What|Removed |Added

   Severity|critical|normal

--- Comment #1 from Kenji Hara  ---
The test case is incomplete. In here

err = Pa_OpenStream (,
cast(const(PaStreamParameters*)),
cast(const(PaStreamParameters*))null,
44100.0,
paFramesPerBufferUnspecified.to!uint,
paClipOff,
,
cast(void*)data.ptr
);

the 'record' is unknown identifier, so I cannot see what's the problem.

Downgrade importance to normal.

--