March 15, 2013 Issues » [Issue 9654] Template function cannot take string by ref T[len] | |||
|---|---|---|---|
| |||
...string by ref T[len] That should work even if len is TemplateValueParameter. -- Configure issuemail... | |||
March 15, 2013 DMD » [dmd-internals] [D-Programming-Language/dmd] f189f2: fix Issue 9712 - IFTI does not support deducing st... | |||
|---|---|---|---|
| |||
...string by ref T[len] That should work even if len is TemplateValueParameter. Commit: b491ce95cd1a6c70c5de9a081737e2eb6a9ee3e2... | |||
March 12, 2013 Issues » [Issue 9705] New: property parameter-less template function not resolved in typeof | |||
|---|---|---|---|
| |||
...return 0;}
}
void main()
{
Infered r;
auto len = r.length; //OK
static assert(hasLength!Infered... | |||
March 10, 2013 Issues » [Issue 9528] std.array.appender can't append elements with const members | |||
|---|---|---|---|
| |||
...data.arr.ptr[len] = cast(Unqual!T) item; })) {
_data.arr.ptr[len] = cast(Unqual!T... | |||
March 06, 2013 Issues » [Issue 9654] Template function cannot take string by ref T[len] | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=9654 yebblies <yebblies@gmail.com> changed... | |||
March 06, 2013 Issues » [Issue 9654] Template function cannot take string by ref T[len] | |||
|---|---|---|---|
| |||
...function cannot take string by ref T[len] https://github.com/D-Programming-Language/dmd... | |||
March 05, 2013 DMD » [dmd-internals] [D-Programming-Language/dmd] a9c17e: fix Issue 9654 - Template function cannot take str... | |||
|---|---|---|---|
| |||
...function cannot take string by ref T[len]
Commit: fb5f3fb7c9f8cf60c6495bd9df4103e80553e588
https://github.com/D-Programming... | |||
March 06, 2013 Issues » [Issue 9654] Template function cannot take string by ref T[len] | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=9654 Kenji Hara <k.hara.pg... | |||
March 06, 2013 Issues » [Issue 9654] New: Template function cannot take string by ref T[len] | |||
|---|---|---|---|
| |||
...function cannot take string by ref T[len]
Product: D
Version: D2
Platform: All
OS... | |||
March 05, 2013 General » Re: How to tune numerical D? (matrix multiplication is faster in g++ vs gdc) | |||
|---|---|---|---|
| |||
...beta
m3.array.ptr, // C
&nrow, // ldc
nrow, // transa_len
ncol); // transb_len
return m3;
}
| |||
Copyright © 1999-2021 by the D Language Foundation