Thrust 1.8.3 uses raw_reference_cast instead of a direct assignment operator
This usage of raw_referenc_cast returns a const PortalValue which is than assigned too. So to work around the problem we need to mark operator= on the class as const.
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
This usage of raw_referenc_cast returns a const PortalValue which is than assigned too. So to work around the problem we need to mark operator= on the class as const.