Ported template instantiation handling to cppast
This commit is contained in:
@@ -44,7 +44,7 @@ std::string full_name(const cppast::cpp_entity &e);
|
||||
|
||||
std::string fully_prefixed(const cppast::cpp_entity &e);
|
||||
|
||||
const cppast::cpp_type& unreferenced(const cppast::cpp_type &t);
|
||||
const cppast::cpp_type &unreferenced(const cppast::cpp_type &t);
|
||||
|
||||
} // namespace util
|
||||
} // namespace cx
|
||||
|
||||
Reference in New Issue
Block a user