We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With std::tuple<std::unordered*, there are missing data members
std::tuple<std::unordered*
root [0] TClass::GetClass("std::tuple<int, int>")->GetListOfDataMembers()->Print() Collection name='TListOfDataMembers', class='TListOfDataMembers', size=2 OBJ: TDataMember _1 OBJ: TDataMember _0 root [1] TClass::GetClass("std::tuple<std::set<int>, int>")->GetListOfDataMembers()->Print() Collection name='TListOfDataMembers', class='TListOfDataMembers', size=2 OBJ: TDataMember _1 OBJ: TDataMember _0 root [2] TClass::GetClass("std::tuple<std::unordered_set<int>, int>")->GetListOfDataMembers()->Print() Collection name='TListOfDataMembers', class='TListOfDataMembers', size=1 OBJ: TDataMember _0
Same with std::unordered_map<int, int>, while std::set<int> and std::map<int, int> seem to be fine.
std::unordered_map<int, int>
std::set<int>
std::map<int, int>
master
from source
Linux
No response
The text was updated successfully, but these errors were encountered:
pcanal
No branches or pull requests
Check duplicate issues.
Description
With
std::tuple<std::unordered*
, there are missing data membersReproducer
Same with
std::unordered_map<int, int>
, whilestd::set<int>
andstd::map<int, int>
seem to be fine.ROOT version
master
Installation method
from source
Operating system
Linux
Additional context
No response
The text was updated successfully, but these errors were encountered: