container: root: internal: fix calling base CRTP template functions #248
Reference in New Issue
Block a user
Delete Branch "refs/pull/248/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
ROOT 6.38.00 (#247) brings LLVM 20 which errors (or ROOT's Cling errors) when
calling certain base CRTP template functions without a
thispointer.Resolves:
"error: call to non-static member function without an object argument"
NOTE: RandomImpl is not currently affected but is refactored for consistency.
Agreement
All tests pass (passed before merging).