Skip to content

Take advantage of variadic templates to implement interface bookkeeping and interface casting

Gerhard Raven requested to merge graven/Gaudi:dev-variadic-interface-base into master

This patch updates the implementation of the interface bookkeeping and casting from the current macros + boost mpl code to use variadic templates.

Merge request reports