Skip to content

Instantly share code, notes, and snippets.

@jeffomatic
Created August 3, 2012 05:15
Show Gist options
  • Save jeffomatic/3244601 to your computer and use it in GitHub Desktop.
Save jeffomatic/3244601 to your computer and use it in GitHub Desktop.
blog: jl_signal, code: impossible template syntax
template< typename P1 >
class Signal { ... };
template< typename P1, typename P2 >
class Signal { ... };
typedef Signal< int > SignalInt;
typedef Signal< int, char > SignalIntChar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment