Skip to content

Cleanup of UTDet code

Gerhard Raven requested to merge update-utdet into master
  • only define the appropriate specializations of {S,U}TDetTraits
  • prefer lambda over callable struct
  • prefer '\n' over std::endl
  • prefer static variables in anonymouns namespace over 'magic static' (and avoid an implicit lock in the accessor functions)
Edited by Marco Cattaneo

Merge request reports