You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created attachment 1237
Small example that illustrates the problem
Consider a constructor call of the form
A a = A!3(99);
where A is a struct that is not a template but has a constructor that is a
template, such as
this( int k)(int n) { ... }
Such a constructor call is not recognized as such, instead the compiler
complains that the struct A is not a template.
---confirmed on Windows and Ubuntu amd64.
See
http://forum.dlang.org/thread/aojudrgdecxqxvljaynx@forum.dlang.org#post-adyxvouppnoqktbkgzue:40forum.dlang.org
for discussion thereof.
!!!There are attachements in the bugzilla issue that have not been copied over!!!
The text was updated successfully, but these errors were encountered:
Carl Sturtivant reported this on 2013-07-21T07:40:48Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=10689
Description
Created attachment 1237 Small example that illustrates the problem Consider a constructor call of the form A a = A!3(99); where A is a struct that is not a template but has a constructor that is a template, such as this( int k)(int n) { ... } Such a constructor call is not recognized as such, instead the compiler complains that the struct A is not a template. ---confirmed on Windows and Ubuntu amd64. See http://forum.dlang.org/thread/aojudrgdecxqxvljaynx@forum.dlang.org#post-adyxvouppnoqktbkgzue:40forum.dlang.org for discussion thereof.!!!There are attachements in the bugzilla issue that have not been copied over!!!
The text was updated successfully, but these errors were encountered: