www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18192] New: [404 Not Found]

https://issues.dlang.org/show_bug.cgi?id=18192

          Issue ID: 18192
           Summary: [404 Not Found]
           Product: D
           Version: D2
          Hardware: All
               URL: http://dlang.org/
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P3
         Component: dlang.org
          Assignee: nobody puremagic.com
          Reporter: snavarrolou gmail.com

The link to TypeTuple is broken inside the Attributes section, within the D's
Gems section.

To reproduce, go to www.dlang.org -> Learn -> D's Gems -> Attributes, in the
bottom of the page, there is a text that says 

"Any type, built-in or user-defined, can be attributed to functions. The
function foo() in this example will have the attributes "Hello" (type string)
and Bar (type Bar with value 10). To get the attributes of a function (or type)
use the built-in compiler traits __traits(getAttributes, Foo) which returns a
TypeTuple"

In there, "TypeTuple" links to a nonexistent webpage.

--
Jan 05 2018