[Issue 8183] template bug?
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jun 9 19:35:31 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=8183
Kenji Hara <k.hara.pg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
The presented code is not enough to see the issue.
- bind template is not instantiated in the code. Therefore it's merely a
template definition, and it is compiled successfully.
- Lack of surrounding context. there's not update and Curry templates, imports
(maybe import std.traits; for ParameterTypeTuple ?)
--
More information about the Digitalmars-d-bugs
mailing list