Skip to content

Instantly share code, notes, and snippets.

@ffledgling
Created January 19, 2020 23:10
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 ffledgling/61d12494da30de3750f36f0b2668b199 to your computer and use it in GitHub Desktop.
Save ffledgling/61d12494da30de3750f36f0b2668b199 to your computer and use it in GitHub Desktop.
C++ DEBUG MACROS
#define PRINT_MAP(M) for(auto m: M) cout << m.first << "," << m.second << " "; cout << endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment