Added test case for subclass filter

This commit is contained in:
Bartek Kryza
2022-03-27 22:59:45 +02:00
parent 36065a7819
commit ece02c09df
6 changed files with 143 additions and 35 deletions

View File

@@ -140,7 +140,6 @@ const std::string &namespace_::operator[](const int index) const
bool namespace_::starts_with(const namespace_ &right) const
{
return util::starts_with(namespace_path_, right.namespace_path_);
}