Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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