mirror of https://github.com/CGAL/cgal
undo bad change
This commit is contained in:
parent
3176178224
commit
25233e8f67
|
|
@ -47,7 +47,7 @@ public:
|
||||||
private:
|
private:
|
||||||
typedef std::conditional_t<std::is_function_v<Function_>,
|
typedef std::conditional_t<std::is_function_v<Function_>,
|
||||||
Function_*,
|
Function_*,
|
||||||
Function_>: Stored_function;
|
Function_> Stored_function;
|
||||||
|
|
||||||
/// Function to wrap
|
/// Function to wrap
|
||||||
Stored_function f_;
|
Stored_function f_;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue