Refactored template specialization matching

This commit is contained in:
Bartek Kryza
2023-04-05 21:57:44 +02:00
parent cb74864d0d
commit 38928cf86f
11 changed files with 174 additions and 126 deletions

View File

@@ -70,8 +70,7 @@ public:
bool is_abstract() const;
int calculate_template_specialization_match(
const class_ &other, const std::string &full_name) const;
int calculate_template_specialization_match(const class_ &other) const;
private:
bool is_struct_{false};