[Issue 9024] Inferring function argument types from other template parameters
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Feb 28 18:31:08 UTC 2023
    
    
  
https://issues.dlang.org/show_bug.cgi?id=9024
Nick Treleaven <nick at geany.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at geany.org
--- Comment #2 from Nick Treleaven <nick at geany.org> ---
Different error now:
tempspecinner.d(13): Error: none of the overloads of template
`tempspecinner.func` are callable using argument types `!()(Foo!int, int)`
tempspecinner.d(6):        Candidate is: `func(T)(T foo, T.T x)`
--
    
    
More information about the Digitalmars-d-bugs
mailing list