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

@@ -36,7 +36,7 @@ public:
void add_template(template_parameter &&tmplt);
const std::vector<template_parameter> &templates() const;
const std::vector<template_parameter> &template_params() const;
int calculate_template_specialization_match(
const template_trait &other) const;