stylistic

This commit is contained in:
joaquintides
2023-03-27 11:32:07 +02:00
parent 5f4172c13f
commit 02c3bd4072

View File

@ -279,7 +279,8 @@ using concurrent_table_core_impl=table_core<
#endif
template<typename TypePolicy,typename Hash,typename Pred,typename Allocator>
class concurrent_table:concurrent_table_core_impl<TypePolicy,Hash,Pred,Allocator>
class concurrent_table:
concurrent_table_core_impl<TypePolicy,Hash,Pred,Allocator>
{
using super=concurrent_table_core_impl<TypePolicy,Hash,Pred,Allocator>;
using type_policy=typename super::type_policy;