Skip to content

Commit

Permalink
Back to ParameterDefaultValueTuple
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Sicard committed Jan 27, 2016
1 parent 5cb6055 commit 6680ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/d2sqlite3.d
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ public:
static assert(!is(ReturnType!fun == void), "function must not return void");

alias PT = staticMap!(Unqual, ParameterTypeTuple!fun);
alias PD = ParameterDefaults!fun;
alias PD = ParameterDefaultValueTuple!fun;

extern (C) static void x_func(sqlite3_context* context, int argc, sqlite3_value** argv)
{
Expand Down

0 comments on commit 6680ad7

Please sign in to comment.