Skip to content

Commit

Permalink
Removed "build" directory from source control, and small ftype.d update.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.dsource.org/projects/pyd/trunk@12 1df65b71-e716-0410-9316-ac55df2b1602
  • Loading branch information
KirkMcDonald authored and KirkMcDonald committed Jun 24, 2006
1 parent 77580e2 commit 5fca90f
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 5 deletions.
Binary file removed build/lib.win32-2.4/testdll.pyd
Binary file not shown.
Binary file removed build/temp.win32-2.4/Release/def.obj
Binary file not shown.
Binary file removed build/temp.win32-2.4/Release/exception.obj
Binary file not shown.
Binary file removed build/temp.win32-2.4/Release/ftype.obj
Binary file not shown.
Binary file removed build/temp.win32-2.4/Release/lazy_load.obj
Binary file not shown.
Binary file removed build/temp.win32-2.4/Release/make_object.obj
Binary file not shown.
Binary file removed build/temp.win32-2.4/Release/object.obj
Binary file not shown.
Binary file removed build/temp.win32-2.4/Release/pyd.obj
Binary file not shown.
Binary file removed build/temp.win32-2.4/Release/python.obj
Binary file not shown.
5 changes: 0 additions & 5 deletions build/temp.win32-2.4/Release/python_dll_def.def

This file was deleted.

Binary file not shown.
Binary file removed build/temp.win32-2.4/Release/testdll.obj
Binary file not shown.
2 changes: 2 additions & 0 deletions pyd/ftype.d
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ public
template ReturnType(T) {
static if (is(Deref!(T) U == function)) {
alias U ReturnType;
} else static if (is(Deref!(T) U == delegate)) {
alias ReturnType!(U) ReturnType;
} else static assert (false);
}

Expand Down

0 comments on commit 5fca90f

Please sign in to comment.