June 14, 2006 [Issue 109] incorrect name mangling for template value arguments | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=109 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #1 from bugzilla@digitalmars.com 2006-06-14 18:20 ------- This is actually how it is intended to work. The idea is to create the name based on what the arguments to the template are *before* coercion to the various specializations and types of the template declaration. This enables the user to add specializations to a template without having to rebuild libraries that also use that template. It won't generate problems with non-D code, as non-D code won't be instantiating D templates. -- |
Copyright © 1999-2021 by the D Language Foundation