Skip to content

Instantly share code, notes, and snippets.

@KrzaQ
Created November 10, 2018 22:25
Show Gist options
  • Save KrzaQ/56dd0a5584456a47de4b0ebf2a14c40c to your computer and use it in GitHub Desktop.
Save KrzaQ/56dd0a5584456a47de4b0ebf2a14c40c to your computer and use it in GitHub Desktop.
int foo(
T bar,
U baz,
V qux,
X quux
) {
return {};
}
int foo(T bar, U baz, V qux, X quux) {
return {};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment