-
- Downloads
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.
Please register or sign in to comment
It contains the two base classes `Function` and `VirtualFunction`. In downstream codes, these should be replaced by C++ function objects, `std::function` etc.