Fixed clang-tidy warnings

This commit is contained in:
Bartek Kryza
2023-06-09 01:07:49 +02:00
parent 7e416ffa97
commit 0a4e2c8855
3 changed files with 38 additions and 30 deletions

View File

@@ -231,7 +231,7 @@ private:
using string_or_regex = or_regex<std::string>;
std::string to_string(string_or_regex sr);
std::string to_string(const string_or_regex &sr);
using namespace_or_regex = common::or_regex<common::model::namespace_>;