February 13, 2015 Learn » Re: Why hibernated does not create tables automatically? | |||
|---|---|---|---|
| |||
...conn); cmd.sql = sql; ulong ret; cmd.execSQL(ret); return ret; } public static CLS[] resultSetToObjArray... | |||
February 12, 2015 Issues » [Issue 13775] [REG2.067a] Broken explicit casting of dynamic array slices of known size to static array of different type | |||
|---|---|---|---|
| |||
...auto ret = appender!string();
ret.reserve(40);
foreach (i; 0 .. 8) {
if (i > 0) ret... | |||
February 10, 2015 Issues » [Issue 14162] Erratic inference of @safe for lambdas | |||
|---|---|---|---|
| |||
...dg = { return systemCall() }; // should be OK
auto ret = { return systemCall() }(); // system cannot call in safe... | |||
February 06, 2015 General » Re: @trust is an encapsulation method, not an escape | |||
|---|---|---|---|
| |||
...size); numeric.d: ret = uninitializedArray!(Complex!F[])(range.length); numeric.d: ret = uninitializedArray!(Complex!F... | |||
February 05, 2015 Issues » [Issue 13952] change in struct ctor lowering triggers codegen bug | |||
|---|---|---|---|
| |||
...48: 8B. E5
pop rbp ; 002B _ 5D
ret ; 002C _ C3
_D4bug24opndFS4bug26X86RegZS4bug27X86Opnd ENDP
That's the... | |||
February 03, 2015 General » Re: H1 2015 Priorities and Bare-Metal Programming | |||
|---|---|---|---|
| |||
...the common subexpression removed
add ESP,4
ret
See the volatile semantics noted in the... | |||
February 02, 2015 General » Re: H1 2015 Priorities and Bare-Metal Programming | |||
|---|---|---|---|
| |||
...foo
---
_D3foo4testFZkL:
mov EAX,01234h
mov EAX,[EAX]
ret
Note that was an unoptimized build. | |||
February 02, 2015 Issues » [Issue 14109] New: no property 'z' for type 'Proxy!(true, a, null) | |||
|---|---|---|---|
| |||
...string ret;
foreach(i,vali ; namesCall){
ret~=foo2_name~`.`~vali~`=`~`args[`~i.to!string~`];`;
}
ret... | |||
January 30, 2015 Learn » Re: Deducing a template retrun parameter type based on an assignment? | |||
|---|---|---|---|
| |||
...of char, auto ret = thing.getString; should compile and result in ret being a char... | |||
January 30, 2015 Learn » Re: Deducing a template retrun parameter type based on an assignment? | |||
|---|---|---|---|
| |||
...would be deduced from arg. But string ret = thing.getString(); won't compile because it... | |||
Copyright © 1999-2021 by the D Language Foundation