Skip to content

Reduce the use of #ifdef in PrVeloUT

Gerhard Raven requested to merge reduce-ifdef-prvelout into master
  • instead, use templates and if constexpr
  • replace explicit DataObjectReadhandle with extra Transformer argument
  • use std::optional instead of boost::optional
Edited by Marco Cattaneo

Merge request reports