Skip to content

C++: initializing class instance using {} doesn't produce instance tag (take 2) #3429

@masatake

Description

@masatake

#3423 may fix this.
However, I found another limit of the parser:

class G g{1}, j{2};
class G h{1};

g, h, and j are not tagged.
However, i in

class C i(2);

is tagged well. I will open a new issue based on this comment after merging #3423.

Originally posted by @masatake in #3280 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions