[Issue 1912] Error without line number (Tuple, invalid value argument)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 19 11:47:30 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=1912


clugdbug at yahoo.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|(Another) Error message     |Error without line number
                   |without a line number       |(Tuple, invalid value
                   |                            |argument)




------- Comment #1 from clugdbug at yahoo.com.au  2008-06-19 13:47 -------
Reduced test case. Changed title.
---
template Tuple(T...) {
    alias T Tuple;
}

auto K = Tuple!(typeid(char));
---

Error: expression & D10TypeInfo_a6__initZ is not a valid template value
argument
a.d(7): template instance a.Tuple!(& D10TypeInfo_a6__initZ) error instantiating


-- 



More information about the Digitalmars-d-bugs mailing list