[Issue 2696] Spurious ifclause of template function shown in error message

2012-03-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2696


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


--- Comment #2 from Kenji Hara k.hara...@gmail.com 2012-03-25 01:16:57 PDT ---
*** This issue has been marked as a duplicate of issue 7768 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2696] Spurious ifclause of template function shown in error message

2009-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2696





--- Comment #1 from bugzi...@digitalmars.com  2009-03-14 20:27 ---
The if clause is printed because it is part of the template declaration, not
its definition.


--