[Issue 10564] Errors on the Template page of the language specification

2014-04-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10564

Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

   Keywords||pull
 CC||andrej.mitrov...@gmail.com
Version|unspecified |D2

--- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com ---
(In reply to Tommi from comment #0)
 These are found on the page:
 http://dlang.org/template.html
 
 1) In the spec it says:
 ...but at least according to DMD, TFoo!(3) and TFoo!(3u) refer to the same
 type.

Fixed a while ago.

 2) In the spec it says:
 
 ...but the last line should be:
 Foo(x);// T is int, U is int*

Thanks, will be fixed.

https://github.com/D-Programming-Language/dlang.org/pull/554

--


[Issue 10564] Errors on the Template page of the language specification

2014-04-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10564

Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

   Assignee|nob...@puremagic.com|andrej.mitrov...@gmail.com

--


[Issue 10564] Errors on the Template page of the language specification

2014-04-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10564

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/0e4e60436d430eef73a41e44f587312bbc7ab546
Fix Issue 10564 - Fix wrong call to template.

https://github.com/D-Programming-Language/dlang.org/commit/8199fd5a3087e330521538190b279649d93dd587
Merge pull request #554 from AndrejMitrovic/Fix10564

[Trivial] Issue 10564 - Fix wrong call to template.

--


[Issue 10564] Errors on the Template page of the language specification

2014-04-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10564

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--