Skip to content

[ntuple] Members of an aliased type do not resolve to the underlying type #9202

@jalopezg-git

Description

@jalopezg-git
  • Checked for duplicates

Describe the bug

namespace SG { typedef uint32_t sgkey_t; }
class X {  SG::sgkey_t  sgkey = 123; };

Produces the same error: "Field sgkey has unknown type SG::sgkey_t"

Cheers, Marcin.

Setup

Using ROOT from master branch.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions