Skip to content

Instantly share code, notes, and snippets.

@Jasper-Bekkers
Created May 16, 2012 11:05
Show Gist options
  • Save Jasper-Bekkers/2709556 to your computer and use it in GitHub Desktop.
Save Jasper-Bekkers/2709556 to your computer and use it in GitHub Desktop.
enum MetaSyntacticVariables
{
Foo,
Bar,
Baz,
MetaSyntacticVariables_Count,
}
std::map<MetaSyntacticVariables, std::string> uselessMapUsage;
//
std::string better[MetaSyntacticVariables_Count];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment