//functor_overload header //Copyright (c) 2014 mmYYmmdd #if !defined MMYYMMDD_FUNCTOR_OVERLOAD_INCLUDED #define MMYYMMDD_FUNCTOR_OVERLOAD_INCLUDED #include #include namespace mymd { namespace detail_fol { template struct noCondition { static const bool value = true; }; template