🚨 fix comment

This commit is contained in:
Niels Lohmann 2021-01-23 20:38:08 +01:00
parent 96a1334072
commit 9dd1d50bf3
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
2 changed files with 2 additions and 2 deletions

View File

@ -395,7 +395,7 @@ struct container_input_adapter_factory< ContainerType,
}
};
}
} // namespace container_input_adapter_factory_impl
template<typename ContainerType>
typename container_input_adapter_factory_impl::container_input_adapter_factory<ContainerType>::adapter_type input_adapter(const ContainerType& container)

View File

@ -5202,7 +5202,7 @@ struct container_input_adapter_factory< ContainerType,
}
};
}
} // namespace container_input_adapter_factory_impl
template<typename ContainerType>
typename container_input_adapter_factory_impl::container_input_adapter_factory<ContainerType>::adapter_type input_adapter(const ContainerType& container)