🎨 fix indentation
This commit is contained in:
parent
ea0a7c7b4f
commit
6121fc52cf
1 changed files with 13 additions and 12 deletions
|
@ -245,7 +245,8 @@ struct allocator_no_forward : std::allocator<T>
|
||||||
allocator_no_forward(allocator_no_forward<U>) {}
|
allocator_no_forward(allocator_no_forward<U>) {}
|
||||||
|
|
||||||
template <class U>
|
template <class U>
|
||||||
struct rebind {
|
struct rebind
|
||||||
|
{
|
||||||
using other = allocator_no_forward<U>;
|
using other = allocator_no_forward<U>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue