Added handling of nontype template parameters

This commit is contained in:
Bartek Kryza
2021-03-06 20:41:29 +01:00
parent e267d295f6
commit 25254fc81d
6 changed files with 66 additions and 14 deletions

View File

@@ -89,6 +89,8 @@ struct class_relationship {
struct class_template {
std::string name;
std::string type;
std::string default_value;
};
struct class_ : public element {