Created
June 13, 2013 16:25
-
-
Save psycharo-zz/5775130 to your computer and use it in GitHub Desktop.
simple macros for not implemented exception
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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