Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active May 8, 2017 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/7ba192747529b69a7fceab7acf74e180 to your computer and use it in GitHub Desktop.
Save deque-blog/7ba192747529b69a7fceab7acf74e180 to your computer and use it in GitHub Desktop.
constexpr int no_new_delete()
{
std::vector<int> ints{1, 2, 3};
return ints[0];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment