* Now also tests homogeneous and passes run-time tests as well.

* Fixed leftover bug Homogeneous function objects
This commit is contained in:
Philipp Möller
2011-12-14 14:29:07 +00:00
parent 6415622971
commit 75b3fc84ec
3 changed files with 74 additions and 16 deletions
@@ -3523,7 +3523,7 @@ namespace HomogeneousKernelFunctors {
};
template<typename F>
struct result<F(Iso_rectangle_2)> {
struct result<F(Iso_rectangle_2, int)> {
typedef Point_2 type;
};