Refactored type specialization and instantiation matching

This commit is contained in:
Bartek Kryza
2022-05-21 16:06:20 +02:00
parent dc26d1354d
commit 315c1d26e6
4 changed files with 121 additions and 98 deletions

View File

@@ -83,6 +83,9 @@ public:
std::vector<std::pair<std::string, common::model::relationship_t>>
&nested_relationships);
int calculate_template_specialization_match(
const class_ &other, const std::string &full_name) const;
private:
std::ostringstream &render_template_params(
std::ostringstream &ostr, bool relative) const;