August 29, 2014 Issues » [Issue 13387] Bug with arithmetic opertions on integer types smaller than int | |||
|---|---|---|---|
| |||
...typeid(unsigned int) )
{
std::cout << "unsigned int" << std::endl;
}
return 0;
}
//-------------
This programme outputs:
int
-- | |||
August 29, 2014 Issues » [Issue 13384] New: Support JSON output for new package(names) protection | |||
|---|---|---|---|
| |||
...command line:
dmd -o- -X test.d
Outputs test.json:
[
{
"name" : "a.b.c",
"kind... | |||
August 24, 2014 Learn » How to get nogc to work with manual memory allocation | |||
|---|---|---|---|
| |||
...save space. Problem is that the compiler outputs this: Error: @nogc function 'main.nogcNew!(TestClass... | |||
August 23, 2014 Learn » Re: Is this RDMD bug ? | |||
|---|---|---|---|
| |||
...works exactly, but AFAICS `dmd -deps` already outputs the full paths of the imported files... | |||
August 19, 2014 General » Re: [wildly OT] USB->VGA's ever any good? | |||
|---|---|---|---|
| |||
...great with 3.14-2-amd64. It outputs DVI but comes with a VGA and... | |||
August 15, 2014 General » Re: unittesting generic functions | |||
|---|---|---|---|
| |||
...use *concrete* inputs and check for *concrete* outputs in order for the unittest to be... | |||
August 14, 2014 Issues » [Issue 13293] New: `typeof(<function returning T>)` gets printed as `T()` | |||
|---|---|---|---|
| |||
...pragma(msg, typeof(Result.init.save2));
This outputs:
Result
Result()
I guess the second type... | |||
August 13, 2014 Learn » Re: Linked list as a bidirectional range? I have some questions... | |||
|---|---|---|---|
| |||
...init.save1));
pragma(msg, typeof(Result.init.save2));
This outputs:
Result
Result()
`Result()` looks bogus. | |||
August 10, 2014 Learn » Re: Are there desktop appications being developed in D currently? | |||
|---|---|---|---|
| |||
...and indentations, even markdown support). traditional shell outputs are a mess. 6. bookmarks of every... | |||
August 09, 2014 Learn » tuple slicing operator | |||
|---|---|---|---|
| |||
...m surprised by what the last line outputs. In generic code I tend to use... | |||
Copyright © 1999-2021 by the D Language Foundation