Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created May 6, 2017 15:13
Show Gist options
  • Save deque-blog/2a58d7dd059b947b68313adc00552ec8 to your computer and use it in GitHub Desktop.
Save deque-blog/2a58d7dd059b947b68313adc00552ec8 to your computer and use it in GitHub Desktop.
constexpr int add_constexpr(int a, int b)
{
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment