* Now also tests homogeneous and passes run-time tests as well.
* Fixed leftover bug Homogeneous function objects
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user