FunTuple support for BXTypes and side step platform specific warning
- Add support for output of functor
F.BUNCHCROSSING_TYPE(odin)which returnsenum class BXTypes. - Side step a platform specific warning (DaVinci#48 (closed)) when storing
std::uint64_t(warning flagged byTupleObj.cpp). Achieved by upfront casting ofstd::uint64_ttounsigned long longas done inTupleObj.cppand side stepping the message. Full solution would require upstream updates (see Marco's comment). - Minor fixes.
Closes: DaVinci#48 (closed)
Test with: DaVinci!688 (merged)