Skip to content

Commit

Permalink
collect all enum constants while constructing class dict
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul-Cariappa committed Feb 19, 2025
1 parent 62b6937 commit 3ebd13d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clingwrapper/src/clingwrapper.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,7 @@ void Cppyy::GetDatamembers(TCppScope_t scope, std::vector<TCppScope_t>& datamemb
{
Cpp::GetDatamembers(scope, datamembers);
Cpp::GetStaticDatamembers(scope, datamembers);
Cpp::GetEnumConstantDatamembers(scope, datamembers, false);
}

bool Cppyy::CheckDatamember(TCppScope_t scope, const std::string& name) {
Expand Down

0 comments on commit 3ebd13d

Please sign in to comment.