This commit is contained in:
Bartek Kryza
2023-04-28 22:46:36 +02:00
parent 0f4a2e1f9c
commit 6ebdc8ab77
13 changed files with 254 additions and 87 deletions

View File

@@ -1875,7 +1875,7 @@ void translation_unit_visitor::process_field(
template_specialization.template_params()) {
LOG_DBG("Looking for nested relationships from {}::{} in "
"template {}",
"template argument {}",
c.full_name(false), field_name,
template_argument.to_string(
config().using_namespace(), false));