Open
Description
Hello, thanks for this great tool!
I found the following error while using the C++ brace-or-equal initializer
Code:
private:
int a;
int b{0};
int c = {0};
int d = 1;
};
Output:
@startuml
/' Objects '/
class A {
-a : int
-d : int
}
/' Inheritance relationships '/
/' Aggregation relationships '/
/' Dependency relationships '/
/' Nested objects '/
@enduml
Metadata
Metadata
Assignees
Labels
No labels