Search

May 16, 2012
General »
...your data.  Each call to read can invalidate the previously buffered data.  But readUntil guarantees...
May 16, 2012
General »
...normally by a non-const function to invalidate the cache, and exceptionally by the const...
May 15, 2012
General »
I did outline a way to invalidate caches with this.
May 15, 2012
General »
...the same results).

To communicate intents to invalidate the cache:

class Foo
{
	private toStringCacheValid = false...
May 09, 2012
General »
...memory regions, reallocation of which
will never invalidate pointers, because thanks to Region class no...
April 29, 2012
General »
...that this example can be used to invalidate the statement.

Maybe the user program should...
March 28, 2012
General »
...removeAny(v), but is guaranteed to not invalidate any
iterators.", but that doesn't seem...
March 25, 2012
Announce »
...void logout() {
    session.invalidate(); // clears and deletes the session
}

void login() {
    session.invalidate(); // kill the...
March 25, 2012
Issues »
...this reduced testcase.

Fixing issue 1824 will invalidate this testcase, but won't fix the...
March 12, 2012
DMD »
...the Error _does_ indicate something which would invalidate the cleanup code, it could cause serious...
10 11 12 13 14 15 16 17 18 19 20 21
Next ›   Last »