/** ** \file combine/binder.hh ** \brief Declaration of combine::Binder. **/ #pragma once #include #include namespace combine { /// \brief Compute bindings with support for objects and overload. // FIXME: Some code was deleted here (class Binder inheriting from object::Binder and overload::Binder). } // namespace combine