Closed
Description
Dependent types should be named as: typename dependee::name
but in the current implementation only the name appears when calling cppast::to_string
.
void write_dependent(code_generator::output& output, const cpp_dependent_type& type)
{
output << token_seq(type.name());
}
Maybe use the dependee type in this snippet for better naming?
Thnaks.
Metadata
Metadata
Assignees
Labels
No labels