Skip to content

Instantly share code, notes, and snippets.

@dribeas
Created August 2, 2011 22:38
non-NRVO
type function() {
type x, y;
if ( should_return_first(x,y) ) {
return x;
} else {
return y;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment