Skip to content

Instantly share code, notes, and snippets.

@majiang
Created October 18, 2012 03:07
Show Gist options
  • Select an option

  • Save majiang/3909657 to your computer and use it in GitHub Desktop.

Select an option

Save majiang/3909657 to your computer and use it in GitHub Desktop.
mixin template FF(F)
{
struct F
{
...
}
}
mixin FF!(F); // ERROR: F does not exist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment