Deprecate the file function.hh
It contains the two base classes Function
and VirtualFunction
.
In downstream codes, these should be replaced by C++ function objects,
std::function
etc.
It contains the two base classes Function
and VirtualFunction
.
In downstream codes, these should be replaced by C++ function objects,
std::function
etc.