Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
laramiel authored Feb 22, 2024
1 parent 4b53bea commit 5965f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/xtensor/xutils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,8 @@ namespace xt
{
using base_type = A;
using value_type = typename A::value_type;
using reference = value_type &;
using const_reference = const value_type &;
using reference = value_type&;
using const_reference = const value_type&;
using pointer = typename std::allocator_traits<A>::pointer;
using const_pointer = typename std::allocator_traits<A>::const_pointer;
using size_type = typename std::allocator_traits<A>::size_type;
Expand Down

0 comments on commit 5965f91

Please sign in to comment.