Refactored template_builder to common namespace (#227)

This commit is contained in:
Bartek Kryza
2024-01-14 13:38:08 +01:00
parent 100f7c88ad
commit 16195bfa62
18 changed files with 545 additions and 359 deletions

View File

@@ -83,7 +83,7 @@ public:
}
return common::optional_ref<T>(
static_cast<T *>(participants_.at(id).get()));
dynamic_cast<T *>(participants_.at(id).get()));
}
/**