Bug search: derelict3 and scope(exit)

Namespace rswhite4 at googlemail.com
Wed Jun 26 02:08:36 PDT 2013


Second workaround so far:
Use something like that:

----
scope(exit) glAvoidAE(glPopAttrib(mask));
----

with

----
void glAvoidAE(lazy void Func) {
	Func();
}
----

That's strange.


More information about the Digitalmars-d-learn mailing list