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 415fcc0 commit 5ba137a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public:
/// @brief Alias for the base class
using base = graph_data_interface<scalar<T>>;
/// @brief Alias for the shape type
using base::shape_t;
using typename base::shape_t;

scalar_graph_interface(scalar<T> val)
: base(mv(val))
Expand Down

0 comments on commit 5ba137a

Please sign in to comment.