We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b53bea commit 5965f91Copy full SHA for 5965f91
include/xtensor/xutils.hpp
@@ -793,8 +793,8 @@ namespace xt
793
{
794
using base_type = A;
795
using value_type = typename A::value_type;
796
- using reference = value_type &;
797
- using const_reference = const value_type &;
+ using reference = value_type&;
+ using const_reference = const value_type&;
798
using pointer = typename std::allocator_traits<A>::pointer;
799
using const_pointer = typename std::allocator_traits<A>::const_pointer;
800
using size_type = typename std::allocator_traits<A>::size_type;
0 commit comments