Skip to content

Conversation

r-e-d
Copy link
Collaborator

@r-e-d r-e-d commented Oct 6, 2013

class Foo {
void Get(int i = Bar());
};

class Foo {
  void Get(int i = Bar<int>());
};
r-e-d added a commit that referenced this pull request Oct 6, 2013
Handle templated default value.
@r-e-d r-e-d merged commit 0abd7a8 into myint:master Oct 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant