Skip to content

Modernize LoKiCore + fix short-circuiting in 'And' and 'Or'

Gerhard Raven requested to merge modernize-lokicore into master
  • restore proper short-circuiting for 'And' and 'Or' binary operators (this fixes the 'regression' introduced in !200 (merged))
  • add move constructor to AnyPassed
  • move type traits from Operators.h to Functor.h so they can be used in eg. Primitives.h
  • prefer STL algorithms over raw loops

Merge request reports