https://issues.dlang.org/show_bug.cgi?id=7680

Nick Treleaven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Nick Treleaven <[email protected]> ---
The error is:

> tempspecconst.d(14): Error: template `tempspecconst.Foo26` matches more than 
> one template declaration:

> I'm not sure whether Bar!int should match Bar!(const T) in the first place.

Well this fails so I'd say no:

    Bar!int b;
    Bar!(const int) c = b;

--

Reply via email to