Skip to content

Instantly share code, notes, and snippets.

@nixiz
Created April 12, 2019 11:51
Show Gist options
  • Save nixiz/6d689959231390d8b9fdb34157ae4c98 to your computer and use it in GitHub Desktop.
Save nixiz/6d689959231390d8b9fdb34157ae4c98 to your computer and use it in GitHub Desktop.
#include <everything>
template <typename AnyThing>
[[ noreturn ]] void blackhole(AnyThing *obj)
{
delete obj;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment