Implement code generation
This commit is contained in:
parent
c44e0b512e
commit
d18070a799
29 changed files with 2522 additions and 280 deletions
|
|
@ -165,7 +165,7 @@ namespace cppast
|
|||
|
||||
cpp_type_kind do_get_kind() const noexcept override
|
||||
{
|
||||
return cpp_type_kind::template_instantiation;
|
||||
return cpp_type_kind::template_instantiation_t;
|
||||
}
|
||||
|
||||
type_safe::variant<std::vector<cpp_template_argument>, std::string> arguments_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue