May 26 Issues » [Issue 24568] New: Aborting from core/sync/mutex.d(149) Error: pthread_mutex_destroy failed | |||
|---|---|---|---|
| |||
...EXIT_FAILURE, exit; import std.concurrency; import std.datetime; import std.stdio; import core.thread... | |||
May 26 DIP Development » Re: OT: floats | |||
|---|---|---|---|
| |||
...gnu.org/gcc-13/changes.html#cxx "-std=gnu++20 it defaults to -fexcess-precision... | |||
May 25 Issues » [Issue 24567] New: In interpolation token strings: "$(expression)" is not treated as interpolation expression | |||
|---|---|---|---|
| |||
...test` with the content of `assocarray`:
import std;
void main(){
struct Test {
int a;
}
Test... | |||
May 24 Issues » [Issue 24564] std.file.DirEntry throws Exception instead of FileException | |||
|---|---|---|---|
| |||
...phobos pull request #9004 "Fix Bugzilla 24564 - std.file.DirEntry throws Exception instead of Fi…... | |||
May 24 Issues » [Issue 24564] std.file.DirEntry throws Exception instead of FileException | |||
|---|---|---|---|
| |||
...std.file.DirEntry throws Exception instead of Fi…" fixing this issue: - Fix Bugzilla 24564 - std... | |||
May 24 Issues » [Issue 24564] std.file.DirEntry throws Exception instead of FileException | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24564
johanengelen@weka.io changed:
What |Removed... | |||
May 24 Issues » [Issue 24564] New: std.file.DirEntry throws Exception instead of FileException | |||
|---|---|---|---|
| |||
...cgi?id=24564
Issue ID: 24564
Summary: std.file.DirEntry throws Exception instead of
FileException... | |||
May 24 Genel » Re: Meta kodlama üzerine bir soru | |||
|---|---|---|---|
| |||
...8;/*** import std.range.primitives : ElementType; enum size = ElementType!(list[]).sizeof * 8; //*/ import std.range... | |||
May 21 DIP Ideas » Template and Type Literals | |||
|---|---|---|---|
| |||
...template has no name. Example: ```d import std.meta; Instantiate!(alias T => const(T), int... | |||
May 20 Issues » [Issue 24557] New: File.readln does not properly handle case where last character in terminator is repeated | |||
|---|---|---|---|
| |||
...startmail.com
Consider the following program:
-----
import std.stdio : readln, writefln;
void main()
{
char[] buf... | |||
Copyright © 1999-2021 by the D Language Foundation