You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in PR #11525 (here), the type Long_t might have different sizes on 32- or 64- bit platforms.
Both, RFieldBase::Create() (see here), and the aforementioned PR incorrectly assume this to be equivalent to std::int64_t - which, again, might or not be the case.