mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 03:47:16 +02:00
stylistic
This commit is contained in:
@ -279,7 +279,8 @@ using concurrent_table_core_impl=table_core<
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
template<typename TypePolicy,typename Hash,typename Pred,typename Allocator>
|
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 super=concurrent_table_core_impl<TypePolicy,Hash,Pred,Allocator>;
|
||||||
using type_policy=typename super::type_policy;
|
using type_policy=typename super::type_policy;
|
||||||
|
Reference in New Issue
Block a user