Skip to content

Commit

Permalink
add missing typename
Browse files Browse the repository at this point in the history
  • Loading branch information
caugonnet committed Nov 23, 2024
1 parent 28a0187 commit 415fcc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class scalar_stream_interface : public stream_data_interface_simple<scalar<T>>
{
public:
using base = stream_data_interface_simple<scalar<T>>;
using base::shape_t;
using typename base::shape_t;

scalar_stream_interface(scalar<T> val)
: base(::std::move(val))
Expand Down

0 comments on commit 415fcc0

Please sign in to comment.