Thread overview
[Issue 10564] Errors on the Template page of the language specification
Apr 22, 2014
Andrej Mitrovic
Apr 22, 2014
Andrej Mitrovic
April 22, 2014
https://issues.dlang.org/show_bug.cgi?id=10564

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |andrej.mitrovich@gmail.com
            Version|unspecified                 |D2

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@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

--
April 22, 2014
https://issues.dlang.org/show_bug.cgi?id=10564

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |andrej.mitrovich@gmail.com

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=10564

--- Comment #2 from github-bugzilla@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.

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=10564

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--