[Issue 5095] Error for typesafe variadic functions for structs

2021-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5095

anonymous4  changed:

   What|Removed |Added

   See Also||https://issues.dlang.org/sh
   ||ow_bug.cgi?id=21736

--


[Issue 5095] Error for typesafe variadic functions for structs

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5095


Infiltrator lt.infiltra...@gmail.com changed:

   What|Removed |Added

 CC||lt.infiltra...@gmail.com


--- Comment #1 from Infiltrator lt.infiltra...@gmail.com 2014-03-19 03:52:26 
PDT ---
In v2.065, this produces:

Error: function f14.test (Foo f...) is not callable using argument types (int)

Is that acceptable; or do you still want the second part which you suggested?

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5095] Error for typesafe variadic functions for structs

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5095


bearophile_h...@eml.cc changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #2 from bearophile_h...@eml.cc 2014-03-19 04:23:26 PDT ---
(In reply to comment #1)
 In v2.065, this produces:
 
 Error: function f14.test (Foo f...) is not callable using argument types (int)
 
 Is that acceptable; or do you still want the second part which you suggested?

The error message is acceptable. Closed issue.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---