Skip to content

Commit

Permalink
Fix Issue 10564 - Fix wrong call to template.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrejMitrovic committed Apr 22, 2014
1 parent 47999c9 commit 0e4e604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.dd
Expand Up @@ -957,7 +957,7 @@ $(H2 $(LNAME2 function-templates, Function Templates))
void $(CODE_HIGHLIGHT Foo)(T, U=T*)(T t) { U p; ... }

int x;
Foo(&x); // T is int, U is int*
Foo(x); // T is int, U is int*
------
)

Expand Down

0 comments on commit 0e4e604

Please sign in to comment.