How does noexcept work?

Jeroen Bollen jbinero at gmail.com
Tue Nov 19 10:01:18 PST 2013


If I have a function:
	@safe pure void functionName() {
		return;
	}
Where do I put the noexcept?


More information about the Digitalmars-d-learn mailing list