October 22, 2020 General » Re: Either I'm confused or the gc is | |||
|---|---|---|---|
| |||
...C) nothrow void* core.thread.osthread.createLowLevelThread(void delegate() nothrow, uint, void delegate() nothrow).thread... | |||
October 22, 2020 General » Postmortem: Template unittests are bad & you shouldn't catch Error | |||
|---|---|---|---|
| |||
...test: Called `get' on null Nullable!int. ---------------- ??:? nothrow void agora.test.Base.testAssertHandler(immutable(char... | |||
October 21, 2020 Issues » [Issue 21334] New: std.conv.to could have an overload taking a default value for conversion errors | |||
|---|---|---|---|
| |||
...like this functionality in Phobos:
-----
void main() nothrow
{
enum OP : ubyte
{
Invalid = 0,
OP1 = 1... | |||
October 18, 2020 Issues » [Issue 21325] New: Wrong code with -release -inline -O | |||
|---|---|---|---|
| |||
...real f(const real x) pure @safe nothrow @nogc {
return (x != 0.0L)? x : real... | |||
October 16, 2020 Learn » Struct field destructor not called when exception is thrown in the main struct destructor | |||
|---|---|---|---|
| |||
...can easily happen as destructors aren't nothrow @nogc by default). Is this behavior expected? | |||
October 13, 2020 Learn » Win32api: How to send a Struct in DialogBox? | |||
|---|---|---|---|
| |||
...hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) nothrow
{
// I want to be able to use... | |||
October 12, 2020 GDC » Re: ddmd gdc | |||
|---|---|---|---|
| |||
...object;' > object.d
$ echo 'module core.volatile;
nothrow: @safe: @nogc:
void volatileStore(ubyte * ptr, ubyte... | |||
October 11, 2020 General » Re: Type functions with std.algorithm | |||
|---|---|---|---|
| |||
...return scope inout(T)[] a) @safe pure nothrow @nogc // if (!isAutodecodableString!(T[]) && !is(T[] == void... | |||
October 09, 2020 Issues » [Issue 20916] hard to find where a deprecation comes from | |||
|---|---|---|---|
| |||
...code:
```
import std.stdio;
struct Foo
{
pure nothrow @nogc @safe:
deprecated string toString() const { return... | |||
October 08, 2020 General » Re: (WinAPI) FindWindowW always fails | |||
|---|---|---|---|
| |||
...some like this...
LPCWSTR toLPCWSTR( string s ) nothrow // const wchar_t*
{
import std.utf : toUTFz... | |||
Copyright © 1999-2021 by the D Language Foundation