Refactored template_builder to common namespace (#227)
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
}
|
||||
|
||||
return common::optional_ref<T>(
|
||||
static_cast<T *>(participants_.at(id).get()));
|
||||
dynamic_cast<T *>(participants_.at(id).get()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user