Skip to content

FunTuple support for BXTypes and side step platform specific warning

Abhijit Mathad requested to merge AM_bxtype_uint64 into master
  • Add support for output of functor F.BUNCHCROSSING_TYPE(odin) which returns enum class BXTypes.
  • Side step a platform specific warning (DaVinci#48 (closed)) when storing std::uint64_t (warning flagged by TupleObj.cpp). Achieved by upfront casting of std::uint64_t to unsigned long long as done in TupleObj.cpp and 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)

Merge request reports