Skip to content

Instantly share code, notes, and snippets.

@psycharo-zz
Created June 13, 2013 16:25
Show Gist options
  • Save psycharo-zz/5775130 to your computer and use it in GitHub Desktop.
Save psycharo-zz/5775130 to your computer and use it in GitHub Desktop.
simple macros for not implemented exception
// TODO: __PRETTY_FUNCTION__ only works for the GCC
#define NotImplementedException std::runtime_error(__PRETTY_FUNCTION__ + std::string(": not implemented "))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment