Thread overview
[Issue 16599] Allow Template Constraint in Untemplated Function in Templated Struct
Nov 10, 2022
RazvanN
Dec 17, 2022
Iain Buclaw
October 06, 2016
https://issues.dlang.org/show_bug.cgi?id=16599

uplink.coder@googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uplink.coder@googlemail.com

--- Comment #1 from uplink.coder@googlemail.com ---
do a DIP please.

--
November 10, 2022
https://issues.dlang.org/show_bug.cgi?id=16599

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> ---
The error is now:

test.d(3): Error: cannot use function constraints for non-template functions.
Use `static if` instead

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=16599

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4

--