May 16, 2012 General » Re: deprecating std.stream, std.cstream, std.socketstream | |||
|---|---|---|---|
| |||
...your data. Each call to read can invalidate the previously buffered data. But readUntil guarantees... | |||
May 16, 2012 General » Re: Getting the const-correctness of Object sorted once and for all | |||
|---|---|---|---|
| |||
...normally by a non-const function to invalidate the cache, and exceptionally by the const... | |||
May 15, 2012 General » Re: Getting the const-correctness of Object sorted once and for all | |||
|---|---|---|---|
| |||
I did outline a way to invalidate caches with this. | |||
May 15, 2012 General » Re: Getting the const-correctness of Object sorted once and for all | |||
|---|---|---|---|
| |||
...the same results).
To communicate intents to invalidate the cache:
class Foo
{
private toStringCacheValid = false... | |||
May 09, 2012 General » Please help with GC exception! | |||
|---|---|---|---|
| |||
...memory regions, reallocation of which will never invalidate pointers, because thanks to Region class no... | |||
April 29, 2012 General » Re: Does D have too many features? | |||
|---|---|---|---|
| |||
...that this example can be used to invalidate the statement. Maybe the user program should... | |||
March 28, 2012 General » std.containers - WAT | |||
|---|---|---|---|
| |||
...removeAny(v), but is guaranteed to not invalidate any iterators.", but that doesn't seem... | |||
March 25, 2012 Announce » Re: D web apps: cgi.d now supports scgi | |||
|---|---|---|---|
| |||
...void logout() {
session.invalidate(); // clears and deletes the session
}
void login() {
session.invalidate(); // kill the... | |||
March 25, 2012 Issues » [Issue 7763] New: No template instantiation backtrace printed trying to use writefln on a const or immutable object reference | |||
|---|---|---|---|
| |||
...this reduced testcase. Fixing issue 1824 will invalidate this testcase, but won't fix the... | |||
March 12, 2012 DMD » Re: [dmd-internals] Throwing Errors | |||
|---|---|---|---|
| |||
...the Error _does_ indicate something which would invalidate the cleanup code, it could cause serious... | |||
Copyright © 1999-2021 by the D Language Foundation