Last active
January 9, 2019 17:23
-
-
Save rileylev/1eecc633563e3c083be5fcab7f490b99 to your computer and use it in GitHub Desktop.
with macros
This file contains hidden or 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
#define WM_GENSYM(name) GENSYM_##name##__COUNTER__ | |
#define WM_WITH(initializer,body) {auto WM_GENSYM() = initializer; body} |
hi! do you have any questions about this gist?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello