[Issue 5962] Template function declaration with prefixed storage class and auto occurs conflict
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun May 8 16:00:07 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5962
--- Comment #3 from Kenji Hara <k.hara.pg at gmail.com> 2011-05-08 15:56:10 PDT ---
Applying const/immutable/shared storage_class to function type is done in
FuncDeclaration::semantic, but template function lookup is before running it.
So deducing function template with FuncDeclaration::type that not applied
storage classes occurs conflict.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list