Initial refactor of namespace handling

This commit is contained in:
Bartek Kryza
2022-03-04 23:38:18 +01:00
parent bee20e7f26
commit a67b459437
40 changed files with 620 additions and 201 deletions

View File

@@ -83,8 +83,8 @@ std::string join(const std::vector<std::string> &toks, std::string delimiter);
*
* @return Identifier relative to one of the matching namespaces.
*/
std::string ns_relative(
const std::vector<std::string> &namespaces, const std::string &n);
// std::string ns_relative(
// const std::vector<std::string> &namespaces, const std::string &n);
/**
* @brief Remove any qualifiers (e.g. const) from type.