Skip to content
Snippets Groups Projects

Support basic type `std::any(bool)` in FunTuple

Merged Abhijit Mathad requested to merge AM_bool into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -262,7 +262,7 @@ namespace LHCb {
// list the supported types
const auto map_valtype_callcolfun =
make_map<short int, unsigned short int, int, unsigned int, long int, unsigned long int, long long int,
make_map<bool, short int, unsigned short int, int, unsigned int, long int, unsigned long int, long long int,
unsigned long long int, SIMDWrapper::scalar::int_v, float, double, SIMDWrapper::scalar::float_v,
Gaudi::LorentzVector, Gaudi::XYZVector, Gaudi::XYZPoint, Gaudi::SymMatrix3x3, Gaudi::SymMatrix4x4,
Gaudi::SymMatrix5x5, std::vector<double>, std::vector<float>, LHCb::LinAlg::Vec<double, 3>,
Loading