Skip to content

Deprecate the file function.hh

Oliver Sander requested to merge deprecated-functionhh into master

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

Fixes flyspray/FS#1677 (closed)

Merge request reports